Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java153 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand() method in LocalForegroundService
160 public static Bundle newCommand(int command) { in newCommand() method in LocalForegroundService
DCommandReceiver.java314 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()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java1543 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()
DActivityManagerFgsDelegateTest.java141 Bundle extras = LocalForegroundService.newCommand( in prepareProcess()
DServiceTest.java951 .putExtras(LocalForegroundService.newCommand(mStateReceiver, command)); in foregroundServiceIntent()
DActivityManagerTest.java1681 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, LocalForegroundService.newCommand( in testTrimMemActivityFg()