Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java169 private static final int SUB_ID1 = 1; field in SatelliteControllerTest
488 when(mPhone2.getSubId()).thenReturn(SUB_ID1); in setUp()
1842 int[] newActiveSubIds = {SUB_ID1}; in testSupportedSatelliteServices()
1882 testSatelliteController.getSupportedSatelliteServices(SUB_ID1, "00102"); in testSupportedSatelliteServices()
1890 testSatelliteController.getSupportedSatelliteServices(SUB_ID1, "00103"); in testSupportedSatelliteServices()
1897 testSatelliteController.getSupportedSatelliteServices(SUB_ID1, "00104"); in testSupportedSatelliteServices()
1903 testSatelliteController.getSupportedSatelliteServices(SUB_ID1, "00105"); in testSupportedSatelliteServices()
3195 assertEquals(false, satelliteEnabledPerCarrier.get(SUB_ID1)); in testEntitlementStatus()
3198 mSatelliteControllerUT.onSatelliteEntitlementStatusUpdated(SUB_ID1, true, new ArrayList<>(), in testEntitlementStatus()
3202 assertEquals(true, satelliteEnabledPerCarrier.get(SUB_ID1)); in testEntitlementStatus()
[all …]