Searched refs:foregroundServiceIntent (Results 1 – 1 of 1) sorted by relevance
949 private Intent foregroundServiceIntent(Intent intent, int command) { in foregroundServiceIntent() method in ServiceTest955 private Intent foregroundServiceIntent(int command) { in foregroundServiceIntent() method in ServiceTest956 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()