Searched refs:isNetworkRoaming (Results 1 – 8 of 8) sorted by relevance
335 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 …]
867 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()
2236 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in SubscriptionManager2242 return TelephonyManager.getDefault().isNetworkRoaming(subId); in isNetworkRoaming()
2529 public boolean isNetworkRoaming() { in isNetworkRoaming() method in TelephonyManager2530 return isNetworkRoaming(getSubId()); in isNetworkRoaming()2543 public boolean isNetworkRoaming(int subId) { in isNetworkRoaming() method in TelephonyManager
14413 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming()Z14414 HSPLandroid/telephony/TelephonyManager;->isNetworkRoaming(I)Z
28641 method public boolean isNetworkRoaming(int);28685 method public boolean isNetworkRoaming();
45784 method public boolean isNetworkRoaming(int);45947 method public boolean isNetworkRoaming();
45928 method public boolean isNetworkRoaming(int);46091 method public boolean isNetworkRoaming();