/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
AdnRecord.java | 80 String alphaTag; 86 alphaTag = source.readString(); 90 return new AdnRecord(efid, recordNumber, alphaTag, number, emails); 111 public AdnRecord (String alphaTag, String number) { 112 this(0, 0, alphaTag, number); 115 public AdnRecord (String alphaTag, String number, String[] emails) { 116 this(0, 0, alphaTag, number, emails); 119 public AdnRecord (int efid, int recordNumber, String alphaTag, String number, String[] emails) { 122 this.mAlphaTag = alphaTag; 127 public AdnRecord(int efid, int recordNumber, String alphaTag, String number) [all...] |
IccRecords.java | 329 * @param alphaTag alpha-tagging of the dailing nubmer (up to 10 characters) 337 public void setMsisdnNumber(String alphaTag, String number, 341 mMsisdnTag = alphaTag; 410 * @param alphaTag alpha-tagging of the dailing nubmer (upto 10 characters) 418 public abstract void setVoiceMailNumber(String alphaTag, String voiceNumber,
|
SIMRecords.java | 335 * @param alphaTag alpha-tagging of the dailing nubmer (up to 10 characters) 344 public void setMsisdnNumber(String alphaTag, String number, 350 mNewMsisdnTag = alphaTag; 386 * @param alphaTag alpha-tagging of the dailing nubmer (upto 10 characters) 395 public void setVoiceMailNumber(String alphaTag, String voiceNumber, 405 mNewVoiceMailTag = alphaTag; [all...] |
IsimUiccRecords.java | 482 public void setVoiceMailNumber(String alphaTag, String voiceNumber,
|
RuimRecords.java | 181 public void setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete){ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccProvider.java | 518 String alphaTag = record.getAlphaTag(); 521 if (DBG) log("loadRecord: " + alphaTag + ", " + number + ","); 522 contact[0] = alphaTag;
|
PhoneInternalInterface.java | 513 * @param alphaTag the alpha tag associated with the MSISDN phone number 521 boolean setLine1Number(String alphaTag, String number, Message onComplete); 547 * @param alphaTag the alpha tag associated with the voice mail number 552 void setVoiceMailNumber(String alphaTag,
|
GsmCdmaPhone.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 439 boolean setVoiceMailNumber(int subId, String alphaTag, String number); 806 * Set the line 1 phone number string and its alphatag for the current ICCID 808 * change the actual MSISDN/MDN. To unset alphatag or number, pass in a null 811 * @param subId the subscriber that the alphatag and dialing number belongs to. 812 * @param alphaTag alpha-tagging of the dailing nubmer 816 boolean setLine1NumberForDisplayForSubscriber(int subId, String alphaTag, String number); 829 * Returns the displayed alphatag of the dialing number if it was set 832 * @param subId whose alphatag associated with line 1 is returned. 834 * @return the displayed alphatag of the dialing number if set, or null if [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneBase.java | 363 public boolean setLine1Number(String alphaTag, String number, Message onComplete) { 369 public void setVoiceMailNumber(String alphaTag, String voiceMailNumber,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 326 public boolean setLine1Number(String alphaTag, String number, Message onComplete) { 332 public void setVoiceMailNumber(String alphaTag, String voiceMailNumber,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelephonyManagerFacade.java | [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
PhoneMock.java | [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |