Home
last modified time | relevance | path

Searched refs:getCarrierServicePackageNameForLogicalSlot (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DTelephonyManagerShimImpl.java98 public String getCarrierServicePackageNameForLogicalSlot(int logicalSlotIndex) { in getCarrierServicePackageNameForLogicalSlot() method in TelephonyManagerShimImpl
99 return mTm.getCarrierServicePackageNameForLogicalSlot(logicalSlotIndex); in getCarrierServicePackageNameForLogicalSlot()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DCarrierPrivilegeAuthenticator.java281 private String getCarrierServicePackageNameForLogicalSlot(int logicalSlotIndex) { in getCarrierServicePackageNameForLogicalSlot() method in CarrierPrivilegeAuthenticator
283 return mTelephonyManagerShim.getCarrierServicePackageNameForLogicalSlot( in getCarrierServicePackageNameForLogicalSlot()
430 return getUidForPackage(getCarrierServicePackageNameForLogicalSlot(slotId)); in getCarrierServicePackageUidForSlot()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DTelephonyManagerShim.java66 default String getCarrierServicePackageNameForLogicalSlot(int logicalSlotIndex) in getCarrierServicePackageNameForLogicalSlot() method
/packages/services/Telephony/tests/src/com/android/phone/
DCarrierConfigLoaderTest.java245 .getCarrierServicePackageNameForLogicalSlot(anyInt()); in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()
501 .getCarrierServicePackageNameForLogicalSlot(anyInt()); in testSystemUnlocked_noCallback()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DCarrierPrivilegeAuthenticatorTest.java149 .getCarrierServicePackageNameForLogicalSlot(anyInt()); in CarrierPrivilegeAuthenticatorTest()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java976 .getCarrierServicePackageNameForLogicalSlot(phoneId); in getCarrierPackageForPhoneId()
DPhoneInterfaceManager.java7819 public @Nullable String getCarrierServicePackageNameForLogicalSlot(int logicalSlotIndex) { in getCarrierServicePackageNameForLogicalSlot() method in PhoneInterfaceManager
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt788 tm.getCarrierServicePackageNameForLogicalSlot(defaultSlotIndex) in testAllowedUids_WithCarrierServicePackage()