Searched refs:newCommand (Results 1 – 6 of 6) sorted by relevance
153 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand() method in LocalForegroundService160 public static Bundle newCommand(int command) { in newCommand() method in LocalForegroundService
314 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundService()337 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundServiceWithType()352 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundServiceSticky()409 intent.putExtras(LocalForegroundService.newCommand(command)); in doCreateFgslPendingIntent()504 fgsIntent.putExtras(LocalForegroundService.newCommand(command)); in doStartForegroundServiceSpoofPackageName()547 fgsIntent.putExtras(LocalForegroundService.newCommand( in doStartMediaPlayback()560 intent.putExtras(LocalForegroundService.newCommand( in doStartMediaPlayback()
1543 Bundle extras = LocalForegroundService.newCommand( in testStartForegroundTimeout()1556 extras = LocalForegroundService.newCommand( in testStartForegroundTimeout()1579 extras = LocalForegroundService.newCommand( in testStartForegroundTimeout()1630 Bundle extras = LocalForegroundService.newCommand( in testSecondStartForeground()1642 extras = LocalForegroundService.newCommand( in testSecondStartForeground()1668 extras = LocalForegroundService.newCommand( in testSecondStartForeground()
141 Bundle extras = LocalForegroundService.newCommand( in prepareProcess()
951 .putExtras(LocalForegroundService.newCommand(mStateReceiver, command)); in foregroundServiceIntent()
1681 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, LocalForegroundService.newCommand( in testTrimMemActivityFg()