Searched refs:newCommand (Results 1 – 3 of 3) sorted by relevance
113 fgsIntent.putExtras(LocalForegroundService.newCommand(new Binder(), command)); in doStartForegroundService()120 fgsIntent.putExtras(LocalForegroundService.newCommand(new Binder(), command)); in doStartForegroundServiceWithType()
116 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand() method in LocalForegroundService
795 .putExtras(LocalForegroundService.newCommand(mStateReceiver, command)); in foregroundServiceIntent()