|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPhoneSubInfo
Interface used to retrieve various phone-related subscriber information.
| Nested Class Summary | |
|---|---|
static class |
IPhoneSubInfo.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
String |
getDeviceId()
Retrieves the unique device ID, e.g., IMEI for GSM phones. |
String |
getDeviceSvn()
Retrieves the software version number for the device, e.g., IMEI/SV for GSM phones. |
String |
getLine1AlphaTag()
Retrieves the alpha identifier for line 1. |
String |
getLine1Number()
Retrieves the phone number string for line 1. |
String |
getSimSerialNumber()
Retrieves the serial number of the SIM, if applicable. |
String |
getSubscriberId()
Retrieves the unique sbuscriber ID, e.g., IMSI for GSM phones. |
String |
getVoiceMailAlphaTag()
Retrieves the alpha identifier associated with the voice mail number. |
String |
getVoiceMailNumber()
Retrieves the voice mail number. |
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
String getDeviceId()
throws RemoteException
RemoteException
String getDeviceSvn()
throws RemoteException
RemoteException
String getSubscriberId()
throws RemoteException
RemoteException
String getSimSerialNumber()
throws RemoteException
RemoteException
String getLine1Number()
throws RemoteException
RemoteException
String getLine1AlphaTag()
throws RemoteException
RemoteException
String getVoiceMailNumber()
throws RemoteException
RemoteException
String getVoiceMailAlphaTag()
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||