Searched refs:getCarrierPackageNamesForIntentAndPhone (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SubscriptionInfoUpdaterTest.java | 746 .getCarrierPackageNamesForIntentAndPhone(any(), eq(phoneId)); in testUpdateFromCarrierConfigOpportunisticUnchanged() 772 .getCarrierPackageNamesForIntentAndPhone(any(), eq(phoneId)); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic() 805 .getCarrierPackageNamesForIntentAndPhone(any(), eq(phoneId)); in testUpdateFromCarrierConfigOpportunisticAddToGroup() 842 .getCarrierPackageNamesForIntentAndPhone(any(), eq(phoneId)); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup() 885 .getCarrierPackageNamesForIntentAndPhone(any(), eq(phoneId)); in testUpdateFromCarrierConfigCarrierCertificates()
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | CarrierConfigLoaderTest.java | 206 doReturn(carrierPackages).when(mTelephonyManager).getCarrierPackageNamesForIntentAndPhone( in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierServiceBindHelper.java | 216 TelephonyManager.from(mContext).getCarrierPackageNamesForIntentAndPhone( in rebind()
|
H A D | SubscriptionInfoUpdater.java | 1028 .getCarrierPackageNamesForIntentAndPhone( in isCarrierServicePackage()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | MmsServiceBroker.java | 527 .getCarrierPackageNamesForIntentAndPhone( in adjustUriForUserAndGrantPermission()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 1088 List<String> getCarrierPackageNamesForIntentAndPhone(in Intent intent, int phoneId); in getCarrierPackageNamesForIntentAndPhone() method
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CarrierConfigLoader.java | 900 .getCarrierPackageNamesForIntentAndPhone( in getCarrierPackageForPhoneId()
|
H A D | PhoneInterfaceManager.java | 6890 public List<String> getCarrierPackageNamesForIntentAndPhone(Intent intent, int phoneId) { in getCarrierPackageNamesForIntentAndPhone() method in PhoneInterfaceManager
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 9166 return getCarrierPackageNamesForIntentAndPhone(intent, getPhoneId()); in getCarrierPackageNamesForIntent() 9172 public List<String> getCarrierPackageNamesForIntentAndPhone(Intent intent, int phoneId) { in getCarrierPackageNamesForIntentAndPhone() method in TelephonyManager 9176 return telephony.getCarrierPackageNamesForIntentAndPhone(intent, phoneId); in getCarrierPackageNamesForIntentAndPhone()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 11984 …GED_PHONE_STATE) public java.util.List<java.lang.String> getCarrierPackageNamesForIntentAndPhone(a…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87661 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->getCarrierPackageNamesForIntentAndPhone(Lan… 88015 Lcom/android/internal/telephony/ITelephony;->getCarrierPackageNamesForIntentAndPhone(Landroid/conte…
|