Searched refs:foregroundServiceIntent (Results 1 – 1 of 1) sorted by relevance
903 private Intent foregroundServiceIntent(Intent intent, int command) { in foregroundServiceIntent() method in ServiceTest909 private Intent foregroundServiceIntent(int command) { in foregroundServiceIntent() method in ServiceTest910 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()1335 foregroundServiceIntent(COMMAND_START_FOREGROUND), in testForegroundService_pendingIntentForeground()