com.android.internal.telephony
Interface IPhoneStateListener
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IPhoneStateListener.Stub
public interface IPhoneStateListener
- extends IInterface
onServiceStateChanged
void onServiceStateChanged(ServiceState serviceState)
throws RemoteException
- Throws:
RemoteException
onSignalStrengthChanged
void onSignalStrengthChanged(int asu)
throws RemoteException
- Throws:
RemoteException
onMessageWaitingIndicatorChanged
void onMessageWaitingIndicatorChanged(boolean mwi)
throws RemoteException
- Throws:
RemoteException
onCallForwardingIndicatorChanged
void onCallForwardingIndicatorChanged(boolean cfi)
throws RemoteException
- Throws:
RemoteException
onCellLocationChanged
void onCellLocationChanged(Bundle location)
throws RemoteException
- Throws:
RemoteException
onCallStateChanged
void onCallStateChanged(int state,
String incomingNumber)
throws RemoteException
- Throws:
RemoteException
onDataConnectionStateChanged
void onDataConnectionStateChanged(int state)
throws RemoteException
- Throws:
RemoteException
onDataActivity
void onDataActivity(int direction)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature