All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
notifyCallForwardingChanged(Phone sender) |
void |
notifyCellInfo(Phone sender,
List<CellInfo> cellInfo) |
void |
notifyCellLocation(Phone sender) |
void |
notifyDataActivity(Phone sender) |
void |
notifyDataConnection(Phone sender,
String reason,
String apnType,
PhoneConstants.DataState state)
TODO - reason should never be null
|
void |
notifyDataConnectionFailed(Phone sender,
String reason,
String apnType) |
void |
notifyDisconnectCause(int cause,
int preciseCause) |
void |
notifyMessageWaitingChanged(Phone sender) |
void |
notifyOemHookRawEventForSubscriber(int subId,
byte[] rawData) |
void |
notifyOtaspChanged(Phone sender,
int otaspMode) |
void |
notifyPhoneState(Phone sender) |
void |
notifyPreciseCallState(Phone sender) |
void |
notifyPreciseDataConnectionFailed(Phone sender,
String reason,
String apnType,
String apn,
String failCause) |
void |
notifyServiceState(Phone sender) |
void |
notifySignalStrength(Phone sender) |
void |
notifyVoLteServiceStateChanged(Phone sender,
VoLteServiceState lteState) |