Home
last modified time | relevance | path

Searched refs:getAllowedPLMNList (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementApiTest.java114 assertTrue(result.getAllowedPLMNList().size() == 0); in testCheckEntitlementStatus()
124 assertEquals(TEST_PLMN_ALLOWED, result.getAllowedPLMNList()); in testCheckEntitlementStatus()
134 assertTrue(result.getAllowedPLMNList().size() == 0); in testCheckEntitlementStatus()
144 assertTrue(result.getAllowedPLMNList().size() == 0); in testCheckEntitlementStatus()
DSatelliteEntitlementControllerTest.java898 doReturn(plmnAllowedList).when(mSatelliteEntitlementResult).getAllowedPLMNList(); in setSatelliteEntitlementResult()
/packages/services/Telephony/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementResult.java91 public List<String> getAllowedPLMNList() { in getAllowedPLMNList() method in SatelliteEntitlementResult
DSatelliteEntitlementController.java490 entitlementResult.getAllowedPLMNList(), entitlementResult.getBarredPLMNList()); in queryCompleted()
546 updateSatelliteEntitlementStatus(subId, true, enabledResult.getAllowedPLMNList(), in resetSatelliteEntitlementRestrictedReason()