Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java147 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand() method in LocalForegroundService
154 public static Bundle newCommand(int command) { in newCommand() method in LocalForegroundService
DCommandReceiver.java199 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()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java1403 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()
DServiceTest.java905 .putExtras(LocalForegroundService.newCommand(mStateReceiver, command)); in foregroundServiceIntent()