Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISub.aidl282 String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty() method
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java2493 String result = getSubscriptionProperty(subId, propKey, context); in getContactsFromSubscriptionProperty()
2521 private static String getSubscriptionProperty(int subId, String propKey, in getSubscriptionProperty() method in SubscriptionManager
2527 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()
2546 String result = getSubscriptionProperty(subId, propKey, context); in getBooleanSubscriptionProperty()
2567 String result = getSubscriptionProperty(subId, propKey, context); in getIntegerSubscriptionProperty()
2588 String result = getSubscriptionProperty(subId, propKey, context); in getLongSubscriptionProperty()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java640 assertEquals("1", mSubscriptionControllerUT.getSubscriptionProperty( in testMigrateImsSettings()
646 assertEquals("0", mSubscriptionControllerUT.getSubscriptionProperty( in testMigrateImsSettings()
652 assertEquals("1", mSubscriptionControllerUT.getSubscriptionProperty( in testMigrateImsSettings()
658 assertEquals("2", mSubscriptionControllerUT.getSubscriptionProperty( in testMigrateImsSettings()
664 assertEquals("3", mSubscriptionControllerUT.getSubscriptionProperty( in testMigrateImsSettings()
H A DGsmCdmaPhoneTest.java1567 doReturn(null).when(mSubscriptionController).getSubscriptionProperty(anyInt(), in testEventCarrierConfigChanged()
1639 doReturn(null).when(mSubscriptionController).getSubscriptionProperty(anyInt(), in testLoadAllowedNetworksFromSubscriptionDatabase_loadTheNullValue_isLoadedTrue()
1653 when(mSubscriptionController.getSubscriptionProperty(anyInt(), in testLoadAllowedNetworksFromSubscriptionDatabase_subIdNotValid_isLoadedFalse()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java3238 public String getSubscriptionProperty(int subId, String propKey, String callingPackage, in getSubscriptionProperty() method in SubscriptionController
3247 return getSubscriptionProperty(subId, propKey); in getSubscriptionProperty()
3261 public String getSubscriptionProperty(int subId, String propKey) { in getSubscriptionProperty() method in SubscriptionController
4501 return TelephonyUtils.emptyIfNull(getSubscriptionProperty(subId, in getDataEnabledOverrideRules()
H A DPhone.java2325 String result = SubscriptionController.getInstance().getSubscriptionProperty( in loadAllowedNetworksFromSubscriptionDatabase()
H A DGsmCdmaPhone.java4737 String result = SubscriptionController.getInstance().getSubscriptionProperty( in updateVoNrSettings()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58724 Landroid/telephony/SubscriptionManager;->getSubscriptionProperty(ILjava/lang/String;Landroid/conten…
87550 Lcom/android/internal/telephony/ISub$Stub$Proxy;->getSubscriptionProperty(ILjava/lang/String;Ljava/…
87618 Lcom/android/internal/telephony/ISub;->getSubscriptionProperty(ILjava/lang/String;Ljava/lang/String…