Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java511 private void startForegroundService(int command) { in startForegroundService() method in ServiceTest
517 mContext.startForegroundService(foregroundServiceIntent(command)); in startRequiredForegroundService()
526 startForegroundService(LocalForegroundService.COMMAND_START_FOREGROUND); in testForegroundService_dontRemoveNotificationOnStop()
532 startForegroundService( in testForegroundService_dontRemoveNotificationOnStop()
544 startForegroundService(LocalForegroundService.COMMAND_START_FOREGROUND); in testForegroundService_dontRemoveNotificationOnStop()
579 startForegroundService(LocalForegroundService.COMMAND_START_FOREGROUND); in testForegroundServiceRemoveNotificationOnStop()
587 startForegroundService(LocalForegroundService in testForegroundServiceRemoveNotificationOnStop()
590 startForegroundService(LocalForegroundService in testForegroundServiceRemoveNotificationOnStop()
598 startForegroundService(LocalForegroundService.COMMAND_START_FOREGROUND); in testForegroundServiceRemoveNotificationOnStop()
676 startForegroundService(LocalForegroundService.COMMAND_START_FOREGROUND); in testForegroundService_detachNotificationOnStop()
[all …]
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsProcessStateTests.java37 mContext.startForegroundService(intent); in testForegroundService()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java906 startForegroundService(); in launchComponentAndAssertNetworkAccess()
937 private void startForegroundService() throws Exception { in startForegroundService() method in AbstractRestrictBackgroundNetworkTestCase
939 mContext.startForegroundService(launchIntent); in startForegroundService()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java518 InstrumentationRegistry.getContext().startForegroundService(startExposedIntent); in testStartExposed06()
538 InstrumentationRegistry.getContext().startForegroundService(startExposedIntent); in testStartExposed07()