Searched refs:getForbiddenPlmns (Results 1 – 6 of 6) 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()
106 String[] forbiddenPlmns = telephonyManager.getForbiddenPlmns(); in onClick()
169 String[] forbiddenPlmns = mTelephonyManager.getForbiddenPlmns(); in onStart()
970 ((SIMRecords) uiccApp.getIccRecords()).getForbiddenPlmns( in handleMessage()3970 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage) { in getForbiddenPlmns() method in PhoneInterfaceManager