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.java894 private Intent foregroundServiceIntent(int command) { in foregroundServiceIntent() method in ServiceTest
900 mContext.startService(foregroundServiceIntent(command)); in startForegroundService()
905 mContext.startForegroundService(foregroundServiceIntent(command)); in startRequiredForegroundService()
1124 foregroundServiceIntent(LocalForegroundService.COMMAND_START_FOREGROUND), in testForegroundService_pendingIntentForeground()