Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java335 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
348 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
362 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_true_shouldSetWfcModeWrtRoamingState()
392 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_shouldSetWfcModeRoamingDisabledUserEnabled()
428 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcSetting_shouldSetWfcModeRoamingEnabledUserEnabled()
456 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_shouldSetWfcModeRoamingDisabled()
501 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_wfcEnabledShouldSetWfcModeRoamingEnabled()
548 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_WfcDisabledShouldNotSetWfcModeRoamingEnabled()
592 doReturn(false).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_shouldSetWfcModeRoamingDisabledUserEnabled()
627 doReturn(true).when(mTelephonyManager).isNetworkRoaming(eq(mSubId[0])); in testSetWfcMode_shouldSetWfcModeRoamingEnabledUserDisabled()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java867 boolean isRoaming = tm.isNetworkRoaming(subId); in setWfcSetting()
1068 if (roaming == tm.isNetworkRoaming(getSubId())) { in setWfcMode()
1449 boolean isNetworkRoaming = tm.isNetworkRoaming(); in updateWfcFeatureAndProvisionedValues()
1453 int mode = getWfcMode(isNetworkRoaming); in updateWfcFeatureAndProvisionedValues()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2236 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in SubscriptionManager
2242 return TelephonyManager.getDefault().isNetworkRoaming(subId); in isNetworkRoaming()
DTelephonyManager.java2529 public boolean isNetworkRoaming() { in isNetworkRoaming() method in TelephonyManager
2530 return isNetworkRoaming(getSubId()); in isNetworkRoaming()
2543 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in TelephonyManager
/frameworks/base/config/
Dboot-image-profile.txt14413 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming()Z
14414 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/non-updatable-api/
Dcurrent.txt45784 method public boolean isNetworkRoaming(int);
45947 method public boolean isNetworkRoaming();
/frameworks/base/api/
Dcurrent.txt45928 method public boolean isNetworkRoaming(int);
46091 method public boolean isNetworkRoaming();