Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java3380 mSubscriptionManagerServiceUT.getSatelliteEntitlementPlmnList(subId)); in testGetSatelliteEntitlementPlmnList()
3393 mSubscriptionManagerServiceUT.getSatelliteEntitlementPlmnList(subId)); in testGetSatelliteEntitlementPlmnList()
3407 mSubscriptionManagerServiceUT.getSatelliteEntitlementPlmnList(subId)); in testGetSatelliteEntitlementPlmnList()
3419 mSubscriptionManagerServiceUT.getSatelliteEntitlementPlmnList(subId)); in testGetSatelliteEntitlementPlmnList()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java3224 mMockSubscriptionManagerService).getSatelliteEntitlementPlmnList(anyInt()); in testUpdateRestrictReasonForEntitlementPerCarrier()
3251 mMockSubscriptionManagerService).getSatelliteEntitlementPlmnList(anyInt()); in testUpdateEntitlementPlmnListPerCarrier()
3277 mMockSubscriptionManagerService).getSatelliteEntitlementPlmnList(anyInt()); in testUpdateEntitlementPlmnListPerCarrier()
3322 mMockSubscriptionManagerService).getSatelliteEntitlementPlmnList(anyInt()); in testUpdateEntitlementPlmnListPerCarrier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java4582 public List<String> getSatelliteEntitlementPlmnList(int subId) { in getSatelliteEntitlementPlmnList() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4024 mSubscriptionManagerService.getSatelliteEntitlementPlmnList(subId); in updateEntitlementPlmnListPerCarrier()