Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java793 private Intent foregroundServiceIntent(int command) { in foregroundServiceIntent() method in ServiceTest
799 mContext.startService(foregroundServiceIntent(command)); in startForegroundService()
804 mContext.startForegroundService(foregroundServiceIntent(command)); in startRequiredForegroundService()
1023 foregroundServiceIntent(LocalForegroundService.COMMAND_START_FOREGROUND), in testForegroundService_pendingIntentForeground()