Home
last modified time | relevance | path

Searched refs:getIntegerSubscriptionProperty (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsManagerTest.java149 verify(mSubscriptionManagerProxy, times(1)).getIntegerSubscriptionProperty( in testGetDefaultValues()
155 verify(mSubscriptionManagerProxy, times(1)).getIntegerSubscriptionProperty( in testGetDefaultValues()
162 verify(mSubscriptionManagerProxy, times(1)).getIntegerSubscriptionProperty( in testGetDefaultValues()
168 verify(mSubscriptionManagerProxy, times(1)).getIntegerSubscriptionProperty( in testGetDefaultValues()
174 verify(mSubscriptionManagerProxy, times(1)).getIntegerSubscriptionProperty( in testGetDefaultValues()
345 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
350 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
673 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_wfcNotEditable()
678 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_wfcNotEditable()
750 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in getWfcMode_useWfcHomeModeConfigFalse_shouldUseWfcRoamingMode()
[all …]
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java256 int getIntegerSubscriptionProperty(int subId, String propKey, int defValue); in getIntegerSubscriptionProperty() method
299 public int getIntegerSubscriptionProperty(int subId, String propKey, int defValue) { in getIntegerSubscriptionProperty() method in ImsManager.DefaultSubscriptionManagerProxy
300 return SubscriptionManager.getIntegerSubscriptionProperty(subId, propKey, defValue, in getIntegerSubscriptionProperty()
558 int setting = mSubscriptionManagerProxy.getIntegerSubscriptionProperty( in isEnhanced4gLteModeSettingEnabledByUser()
623 int prevSetting = mSubscriptionManagerProxy.getIntegerSubscriptionProperty(subId, in setEnhanced4gLteModeSetting()
970 int setting = mSubscriptionManagerProxy.getIntegerSubscriptionProperty( in isVtEnabledByUser()
1080 int setting = mSubscriptionManagerProxy.getIntegerSubscriptionProperty( in isWfcEnabledByUser()
1145 int setting = mSubscriptionManagerProxy.getIntegerSubscriptionProperty( in isCrossSimCallingEnabledByUser()
1342 result = mSubscriptionManagerProxy.getIntegerSubscriptionProperty(getSubId(), subSetting, in getSettingFromSubscriptionManager()
1448 int setting = mSubscriptionManagerProxy.getIntegerSubscriptionProperty( in isWfcRoamingEnabledByUser()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java2565 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty() method in SubscriptionManager
3530 return getIntegerSubscriptionProperty(subscriptionId, D2D_STATUS_SHARING, in getDeviceToDeviceStatusSharingPreference()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58720 Landroid/telephony/SubscriptionManager;->getIntegerSubscriptionProperty(ILjava/lang/String;ILandroi…