Searched refs:getForbiddenPlmns (Results 1 – 4 of 4) sorted by relevance
108 when(mTelephonyManager.getForbiddenPlmns()).thenReturn(null); in updateForbiddenPlmns_forbiddenPlmnsNull_shouldNotCrash()
151 final String[] forbiddenPlmns = mTelephonyManager.getForbiddenPlmns(); in updateForbiddenPlmns()
149 final String[] forbiddenPlmns = mTelephonyManager.getForbiddenPlmns(); in updateForbiddenPlmns()
1178 ((SIMRecords) uiccApp.getIccRecords()).getForbiddenPlmns( in handleMessage()4689 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() method in PhoneInterfaceManager