Methods Summary |
---|
public java.lang.String | getCompleteVoiceMailNumber()Retrieves the complete voice mail number.
|
public java.lang.String | getCompleteVoiceMailNumberForSubscriber(int subId)Retrieves the complete voice mail number for particular subId
|
public java.lang.String | getDeviceId()Retrieves the unique device ID, e.g., IMEI for GSM phones.
|
public java.lang.String | getDeviceIdForPhone(int phoneId)Retrieves the unique device ID of a phone for the device, e.g., IMEI
for GSM phones.
|
public java.lang.String | getDeviceSvn()Retrieves the software version number for the device, e.g., IMEI/SV
for GSM phones.
|
public java.lang.String | getDeviceSvnUsingSubId(int subId)Retrieves the software version number of a subId for the device, e.g., IMEI/SV
for GSM phones.
|
public java.lang.String | getGroupIdLevel1()Retrieves the Group Identifier Level1 for GSM phones.
|
public java.lang.String | getGroupIdLevel1ForSubscriber(int subId)Retrieves the Group Identifier Level1 for GSM phones of a subId.
|
public java.lang.String | getIccSerialNumber()Retrieves the serial number of the ICC, if applicable.
|
public java.lang.String | getIccSerialNumberForSubscriber(int subId)Retrieves the serial number of a given subId.
|
public java.lang.String | getIccSimChallengeResponse(int subId, int appType, java.lang.String data)Returns the response of the SIM application on the UICC to authentication
challenge/response algorithm. The data string and challenge response are
Base64 encoded Strings.
Can support EAP-SIM, EAP-AKA with results encoded per 3GPP TS 31.102.
|
public java.lang.String | getImeiForSubscriber(int subId)Retrieves the IMEI.
|
public java.lang.String | getIsimChallengeResponse(java.lang.String nonce)TODO: Deprecate and remove this interface. Superceded by getIccsimChallengeResponse.
Returns the response of ISIM Authetification through RIL.
|
public java.lang.String | getIsimDomain()Returns the IMS home network domain name that was loaded from the ISIM.
|
public java.lang.String | getIsimImpi()Returns the IMS private user identity (IMPI) that was loaded from the ISIM.
|
public java.lang.String[] | getIsimImpu()Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
|
public java.lang.String | getIsimIst()Returns the IMS Service Table (IST) that was loaded from the ISIM.
|
public java.lang.String[] | getIsimPcscf()Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
|
public java.lang.String | getLine1AlphaTag()Retrieves the alpha identifier for line 1.
|
public java.lang.String | getLine1AlphaTagForSubscriber(int subId)Retrieves the alpha identifier for line 1 of a subId.
|
public java.lang.String | getLine1Number()Retrieves the phone number string for line 1.
|
public java.lang.String | getLine1NumberForSubscriber(int subId)Retrieves the phone number string for line 1 of a subcription.
|
public java.lang.String | getMsisdn()Retrieves MSISDN Number.
|
public java.lang.String | getMsisdnForSubscriber(int subId)Retrieves the Msisdn of a subId.
|
public java.lang.String | getNaiForSubscriber(int subId)Retrieves the unique Network Access ID
|
public java.lang.String | getSubscriberId()Retrieves the unique sbuscriber ID, e.g., IMSI for GSM phones.
|
public java.lang.String | getSubscriberIdForSubscriber(int subId)Retrieves the unique subscriber ID of a given subId, e.g., IMSI for GSM phones.
|
public java.lang.String | getVoiceMailAlphaTag()Retrieves the alpha identifier associated with the voice mail number.
|
public java.lang.String | getVoiceMailAlphaTagForSubscriber(int subId)Retrieves the alpha identifier associated with the voice mail number
of a subId.
|
public java.lang.String | getVoiceMailNumber()Retrieves the voice mail number.
|
public java.lang.String | getVoiceMailNumberForSubscriber(int subId)Retrieves the voice mail number of a given subId.
|