Home
last modified time | relevance | path

Searched refs:isNetworkRoaming (Results 1 – 7 of 7) 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()
DTelephonyManager.java2395 public boolean isNetworkRoaming() { in isNetworkRoaming() method in TelephonyManager
2396 return isNetworkRoaming(getSubId()); in isNetworkRoaming()
2409 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in TelephonyManager
/frameworks/base/config/
Dboot-image-profile.txt14414 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming()Z
14415 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming(I)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28641 method public boolean isNetworkRoaming(int);
28685 method public boolean isNetworkRoaming();
/frameworks/base/api/
Dcurrent.txt44836 method public boolean isNetworkRoaming(int);
44976 method public boolean isNetworkRoaming();