com.android.internal.telephony
Interface ITelephonyRegistry
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- ITelephonyRegistry.Stub
public interface ITelephonyRegistry
- extends IInterface
listen
void listen(String pkg,
IPhoneStateListener callback,
int events,
boolean notifyNow)
throws RemoteException
- Throws:
RemoteException
notifyCallState
void notifyCallState(int state,
String incomingNumber)
throws RemoteException
- Throws:
RemoteException
notifyServiceState
void notifyServiceState(ServiceState state)
throws RemoteException
- Throws:
RemoteException
notifySignalStrength
void notifySignalStrength(int signalStrengthASU)
throws RemoteException
- Throws:
RemoteException
notifyMessageWaitingChanged
void notifyMessageWaitingChanged(boolean mwi)
throws RemoteException
- Throws:
RemoteException
notifyCallForwardingChanged
void notifyCallForwardingChanged(boolean cfi)
throws RemoteException
- Throws:
RemoteException
notifyDataActivity
void notifyDataActivity(int state)
throws RemoteException
- Throws:
RemoteException
notifyDataConnection
void notifyDataConnection(int state,
boolean isDataConnectivityPossible,
String reason,
String apn,
String interfaceName)
throws RemoteException
- Throws:
RemoteException
notifyDataConnectionFailed
void notifyDataConnectionFailed(String reason)
throws RemoteException
- Throws:
RemoteException
notifyCellLocation
void notifyCellLocation(Bundle cellLocation)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature