Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java253 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
281 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
311 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
360 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses()
388 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses()
446 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent()
480 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent()
511 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationPendingIntent()
576 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGWithBind()
926 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsStartFromBGWithBind()
DActivityManagerProcessStateTest.java1955 CommandReceiver.COMMAND_STOP_FOREGROUND_SERVICE_LOCATION, in testFgsLocationBind()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java62 public static final int COMMAND_STOP_FOREGROUND_SERVICE_LOCATION = 6; field in CommandReceiver
172 case COMMAND_STOP_FOREGROUND_SERVICE_LOCATION: in onReceive()