Searched refs:plmns (Results 1 – 1 of 1) sorted by relevance
599 String[] plmns = mTelephonyManager.getForbiddenPlmns(); in testGetForbiddenPlmns() local604 assertNotNull("Forbidden PLMNs must be valid or an empty list!", plmns); in testGetForbiddenPlmns()607 if (plmns == null) { in testGetForbiddenPlmns()612 for(String plmn : plmns) { in testGetForbiddenPlmns()