Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java297 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
310 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
324 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
353 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_shouldSetWfcModeRoamingDisabledUserEnabled()
388 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_shouldSetWfcModeRoamingEnabledUserEnabled()
416 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_shouldSetWfcModeRoamingDisabled()
460 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_wfcEnabledShouldSetWfcModeRoamingEnabled()
506 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_WfcDisabledShouldNotSetWfcModeRoamingEnabled()
548 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_shouldSetWfcModeRoamingDisabledUserEnabled()
582 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_shouldSetWfcModeRoamingEnabledUserDisabled()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java962 boolean isRoaming = tm.isNetworkRoaming(subId); in setWfcSetting()
1163 if (roaming == tm.isNetworkRoaming(getSubId())) { in setWfcMode()
1526 boolean isNetworkRoaming = tm.isNetworkRoaming(); in updateWfcFeatureAndProvisionedValues()
1529 int mode = getWfcMode(isNetworkRoaming); in updateWfcFeatureAndProvisionedValues()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2153 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in SubscriptionManager
2159 return TelephonyManager.getDefault().isNetworkRoaming(subId); in isNetworkRoaming()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...