Searched refs:getSmscIdentity (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 1002 doReturn(PSI_SMSC_TEL1).when(simRecords1).getSmscIdentity(); in setUpInitials() 1003 doReturn(PSI_SMSC_TEL1).when(isimUiccRecords1).getSmscIdentity(); in setUpInitials() 1010 doReturn(PSI_SMSC_TEL2).when(mSimRecords).getSmscIdentity(); in setUpInitials() 1011 doReturn(PSI_SMSC_TEL2).when(mIsimUiccRecords).getSmscIdentity(); in setUpInitials() 1019 .getSmscIdentity(0, APPTYPE_ISIM).toString()); in testGetSmscIdentityForTelUri() 1021 .getSmscIdentity(0, APPTYPE_USIM).toString()); in testGetSmscIdentityForTelUri() 1023 .getSmscIdentity(1, APPTYPE_ISIM).toString()); in testGetSmscIdentityForTelUri() 1025 .getSmscIdentity(1, APPTYPE_USIM).toString()); in testGetSmscIdentityForTelUri() 1045 doReturn(PSI_SMSC_SIP1).when(simRecords1).getSmscIdentity(); in testGetSmscIdentityForSipUri() 1046 doReturn(PSI_SMSC_SIP1).when(isimUiccRecords1).getSmscIdentity(); in testGetSmscIdentityForSipUri() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | IsimUiccRecordsTest.java | 129 assertEquals(smscTest, mIsimUiccRecordsUT.getSmscIdentity()); in testPsiSmscTelValue() 150 assertEquals(smscTest, mIsimUiccRecordsUT.getSmscIdentity()); in testGetPsiSmscSipValue() 166 assertEquals(null, mIsimUiccRecordsUT.getSmscIdentity()); in testGetPsiSmscValueException() 180 assertEquals(null, mIsimUiccRecordsUT.getSmscIdentity()); in testGetPsiSmscValueInvalidObject()
|
D | SIMRecordsTest.java | 623 assertEquals(smscTest, mSIMRecordsUT.getSmscIdentity()); in testGetPsiSmscTelValue() 644 assertEquals(smscTest, mSIMRecordsUT.getSmscIdentity()); in testGetPsiSmscSipValue() 661 assertEquals(null, mSIMRecordsUT.getSmscIdentity()); in testGetPsiSmscException() 675 assertEquals(null, mSIMRecordsUT.getSmscIdentity()); in testGetPsiSmscValueInvalidObject()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 255 Uri getSmscIdentity(int subId, int appType); in getSmscIdentity() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 753 public Uri getSmscIdentity(int subId, int appType) throws RemoteException { 765 smscIdentity = (uiccApp != null) ? uiccApp.getIccRecords().getSmscIdentity()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 3643 public Uri getSmscIdentity() { in getSmscIdentity() method in SmsManager 3652 smscUri = info.getSmscIdentity(getSubscriptionId(), TelephonyManager.APPTYPE_ISIM); in getSmscIdentity() 3655 smscUri = info.getSmscIdentity(getSubscriptionId(), TelephonyManager.APPTYPE_USIM); in getSmscIdentity()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRecords.java | 1389 public String getSmscIdentity() { in getSmscIdentity() method in IccRecords
|
/frameworks/base/core/api/ |
D | system-current.txt | 15129 …(android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE) public android.net.Uri getSmscIdentity();
|