Home
last modified time | relevance | path

Searched refs:newCommand (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java113 fgsIntent.putExtras(LocalForegroundService.newCommand(new Binder(), command)); in doStartForegroundService()
120 fgsIntent.putExtras(LocalForegroundService.newCommand(new Binder(), command)); in doStartForegroundServiceWithType()
DLocalForegroundService.java116 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand() method in LocalForegroundService
/cts/tests/app/src/android/app/cts/
DServiceTest.java795 .putExtras(LocalForegroundService.newCommand(mStateReceiver, command)); in foregroundServiceIntent()