Searched refs:newCommand (Results 1 – 4 of 4) sorted by relevance
147 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand() method in LocalForegroundService154 public static Bundle newCommand(int command) { in newCommand() method in LocalForegroundService
199 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundService()222 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundServiceWithType()237 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundServiceSticky()294 intent.putExtras(LocalForegroundService.newCommand(command)); in doCreateFgslPendingIntent()
1403 Bundle extras = LocalForegroundService.newCommand( in testStartForegroundTimeout()1416 extras = LocalForegroundService.newCommand( in testStartForegroundTimeout()1439 extras = LocalForegroundService.newCommand( in testStartForegroundTimeout()1488 Bundle extras = LocalForegroundService.newCommand( in testSecondStartForeground()1496 extras = LocalForegroundService.newCommand( in testSecondStartForeground()
905 .putExtras(LocalForegroundService.newCommand(mStateReceiver, command)); in foregroundServiceIntent()