Searched refs:getForbiddenPlmns (Results 1 – 4 of 4) sorted by relevance
66 return NetworkRegistrationAndForbiddenInfo(networkList, getForbiddenPlmns()) in getNetworkRegistrationInfo()72 private fun getForbiddenPlmns(): List<String> { in getForbiddenPlmns() method
236 final String[] forbiddenPlmns = mTelephonyManager.getForbiddenPlmns(); in updateForbiddenPlmns()461 getPrefContext(), info.getForbiddenPlmns(), mShow4GForLTE); in forceUpdateConnectedPreferenceCategory()
206 when(mTelephonyManager.getForbiddenPlmns()).thenReturn(null); in updateForbiddenPlmns_forbiddenPlmnsNull_shouldNotCrash()
1669 ((SIMRecords) uiccApp.getIccRecords()).getForbiddenPlmns( in handleMessage()6253 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() method in PhoneInterfaceManager