Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java113 private static SubscriptionManager sSubscriptionManager; field in ImsCallingBase
236 sSubscriptionManager = in beforeAllTestsBase()
242 sSubscriptionManager.getLongSubscriptionProperty( in beforeAllTestsBase()
245 sSubscriptionManager.getLongSubscriptionProperty( in beforeAllTestsBase()
251 sSubscriptionManager.setSubscriptionProperty( in beforeAllTestsBase()
253 sSubscriptionManager.setSubscriptionProperty( in beforeAllTestsBase()
282 sSubscriptionManager.setSubscriptionProperty( in afterAllTestsBase()
286 sSubscriptionManager.setSubscriptionProperty( in afterAllTestsBase()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DConnectivityManagerTestOnMockModem.java76 private static SubscriptionManager sSubscriptionManager; field in ConnectivityManagerTestOnMockModem
164 sSubscriptionManager = in beforeAllTests()
359 sSubscriptionManager, (sm) -> sm.getActiveSubscriptionInfoList()); in testNetworkValidated()
368 sSubscriptionManager.setDefaultDataSubId(subscriptionInfo.getSubscriptionId()); in testNetworkValidated()
441 sSubscriptionManager, (sm) -> sm.getActiveSubscriptionInfoList()); in testDDSChange()
452 sSubscriptionManager.setDefaultDataSubId(subscriptionInfo.getSubscriptionId()); in testDDSChange()
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java72 protected static SubscriptionManager sSubscriptionManager; field in CarrierRoamingSatelliteTestBase
85 sSubscriptionManager = getContext().getSystemService(SubscriptionManager.class); in beforeAllTestsBase()
98 sSubscriptionManager = null; in afterAllTestsBase()
466 sSubscriptionManager.setCarrierPhoneNumber(subId, carrierNumber); in setPhoneNumber()
469 sSubscriptionManager.getPhoneNumber( in setPhoneNumber()
DSatelliteManagerTestOnMockService.java5102 static SubscriptionManager sSubscriptionManager; field in SatelliteManagerTestOnMockService
5107 sSubscriptionManager = InstrumentationRegistry.getInstrumentation() in beforeSatelliteForCarrierTest()
5111 sSubscriptionManager.getBooleanSubscriptionProperty(sTestSubIDForCarrierSatellite, in beforeSatelliteForCarrierTest()
5119 sSubscriptionManager.setSubscriptionProperty(sTestSubIDForCarrierSatellite, in beforeSatelliteForCarrierTest()
5131 sSubscriptionManager.setSubscriptionProperty(sTestSubIDForCarrierSatellite, in afterSatelliteForCarrierTest()
/cts/tests/devicepolicy/telephony/src/android/devicepolicy/cts/telephony/
DWorkProfileTelephonyTest.java136 private static final SubscriptionManager sSubscriptionManager = sContext.getSystemService( field in WorkProfileTelephonyTest
146 sDestinationNumber = sSubscriptionManager.getPhoneNumber(subId); in setupClass()
147 sSubscriptionManager.setDefaultSmsSubId(subId); in setupClass()
154 sSubscriptionManager.setDefaultSmsSubId(SubscriptionManager.INVALID_SUBSCRIPTION_ID); in teardownClass()