Searched refs:targetFplmns (Results 1 – 1 of 1) sorted by relevance
2767 List<String> targetFplmns = new ArrayList<>(); in testSetForbiddenPlmnsTruncate() local2769 targetFplmns.add(PLMN_A); in testSetForbiddenPlmnsTruncate()2772 targetFplmns.add(PLMN_B); in testSetForbiddenPlmnsTruncate()2775 mTelephonyManager, (tm) -> tm.setForbiddenPlmns(targetFplmns)); in testSetForbiddenPlmnsTruncate()2781 assertEquals("Wrong Fplmns content written", targetFplmns.subList(0, numFplmnsSet), in testSetForbiddenPlmnsTruncate()2809 List<String> targetFplmns = new ArrayList<>(); in testSetForbiddenPlmnsDelete() local2811 mTelephonyManager, (tm) -> tm.setForbiddenPlmns(targetFplmns)); in testSetForbiddenPlmnsDelete()