Home
last modified time | relevance | path

Searched refs:getConfigForSubIdWithFeature (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/
DCarrierConfigLoaderTest.java448 () -> mCarrierConfigLoader.getConfigForSubIdWithFeature(DEFAULT_SUB_ID, in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping()
456 mCarrierConfigLoader.getConfigForSubIdWithFeature(DEFAULT_SUB_ID, in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java1336 return getConfigForSubIdWithFeature(subscriptionId, callingPackage, null); in getConfigForSubId()
1341 public PersistableBundle getConfigForSubIdWithFeature(int subscriptionId, in getConfigForSubIdWithFeature() method in CarrierConfigLoader
1400 PersistableBundle allConfigs = getConfigForSubIdWithFeature(subscriptionId, callingPackage, in getConfigSubsetForSubIdWithFeature()
DPhoneGlobals.java766 return configLoader.getConfigForSubIdWithFeature(subId, getOpPackageName(), in getCarrierConfigForSubId()