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.java949 private Intent foregroundServiceIntent(Intent intent, int command) { in foregroundServiceIntent() method in ServiceTest
955 private Intent foregroundServiceIntent(int command) { in foregroundServiceIntent() method in ServiceTest
956 return foregroundServiceIntent(mLocalForegroundService, command); in foregroundServiceIntent()
960 mContext.startService(foregroundServiceIntent(intent, command)); in startForegroundService()
964 mContext.startService(foregroundServiceIntent(command)); in startForegroundService()
969 mContext.startForegroundService(foregroundServiceIntent(command)); in startRequiredForegroundService()
1410 foregroundServiceIntent(COMMAND_START_FOREGROUND), in testForegroundService_pendingIntentForeground()