Searched refs:getAllowedPLMNList (Results 1 – 4 of 4) sorted by relevance
114 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()
898 doReturn(plmnAllowedList).when(mSatelliteEntitlementResult).getAllowedPLMNList(); in setSatelliteEntitlementResult()
91 public List<String> getAllowedPLMNList() { in getAllowedPLMNList() method in SatelliteEntitlementResult
490 entitlementResult.getAllowedPLMNList(), entitlementResult.getBarredPLMNList()); in queryCompleted()546 updateSatelliteEntitlementStatus(subId, true, enabledResult.getAllowedPLMNList(), in resetSatelliteEntitlementRestrictedReason()