Searched refs:originalFplmns (Results 1 – 1 of 1) sorted by relevance
2742 String[] originalFplmns = mTelephonyManager.getForbiddenPlmns(); in testSetForbiddenPlmns() local2753 mTelephonyManager, (tm) -> tm.setForbiddenPlmns(Arrays.asList(originalFplmns))); in testSetForbiddenPlmns()2765 String[] originalFplmns = mTelephonyManager.getForbiddenPlmns(); in testSetForbiddenPlmnsTruncate() local2786 mTelephonyManager, (tm) -> tm.setForbiddenPlmns(Arrays.asList(originalFplmns))); in testSetForbiddenPlmnsTruncate()2797 String[] originalFplmns = mTelephonyManager.getForbiddenPlmns(); in testSetForbiddenPlmnsDelete() local2819 mTelephonyManager, (tm) -> tm.setForbiddenPlmns(Arrays.asList(originalFplmns))); in testSetForbiddenPlmnsDelete()2831 String[] originalFplmns = mTelephonyManager.getForbiddenPlmns(); in testSetForbiddenPlmnsVoid() local2840 mTelephonyManager, (tm) -> tm.setForbiddenPlmns(Arrays.asList(originalFplmns))); in testSetForbiddenPlmnsVoid()