Searched refs:isNetworkRoaming (Results 1 – 7 of 7) sorted by relevance
297 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 …]
962 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()
2153 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in SubscriptionManager2159 return TelephonyManager.getDefault().isNetworkRoaming(subId); in isNetworkRoaming()
2395 public boolean isNetworkRoaming() { in isNetworkRoaming() method in TelephonyManager2396 return isNetworkRoaming(getSubId()); in isNetworkRoaming()2409 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in TelephonyManager
14414 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming()Z14415 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming(I)Z
28641 method public boolean isNetworkRoaming(int);28685 method public boolean isNetworkRoaming();
44836 method public boolean isNetworkRoaming(int);44976 method public boolean isNetworkRoaming();