Searched refs:getIntegerSubscriptionProperty (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ImsManagerTest.java | 105 doReturn(-1).when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty(anyInt(), in setUp() 149 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() 180 verify(mSubscriptionManagerProxy, times(1)).getIntegerSubscriptionProperty( in testGetDefaultValues() 345 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState() 350 .when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState() 411 doReturn(1 /*true*/).when(mSubscriptionManagerProxy).getIntegerSubscriptionProperty( in testSetWfcSetting_shouldSetWfcModeRoamingDisabledUserEnabled() [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 256 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 …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 2556 public static int getIntegerSubscriptionProperty(int subId, String propKey, int defValue, in getIntegerSubscriptionProperty() method in SubscriptionManager 3521 return getIntegerSubscriptionProperty(subscriptionId, D2D_STATUS_SHARING, in getDeviceToDeviceStatusSharingPreference()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 58720 Landroid/telephony/SubscriptionManager;->getIntegerSubscriptionProperty(ILjava/lang/String;ILandroi…
|