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.java903 private Intent foregroundServiceIntent(Intent intent, int command) { in foregroundServiceIntent() method in ServiceTest
909 private Intent foregroundServiceIntent(int command) { in foregroundServiceIntent() method in ServiceTest
910 return foregroundServiceIntent(mLocalForegroundService, command); in foregroundServiceIntent()
914 mContext.startService(foregroundServiceIntent(intent, command)); in startForegroundService()
918 mContext.startService(foregroundServiceIntent(command)); in startForegroundService()
923 mContext.startForegroundService(foregroundServiceIntent(command)); in startRequiredForegroundService()
1333 foregroundServiceIntent(COMMAND_START_FOREGROUND), in testForegroundService_pendingIntentForeground()