Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java61 public static final int COMMAND_START_FOREGROUND_SERVICE_LOCATION = 5; field in CommandReceiver
169 case COMMAND_START_FOREGROUND_SERVICE_LOCATION: in onReceive()
746 … || command == COMMAND_START_FOREGROUND_SERVICE_LOCATION || command == COMMAND_UNBIND_SERVICE) { in makeIntent()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java243 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
267 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
298 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBG()
350 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses()
379 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGTwoProcesses()
561 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationStartFromBGWithBind()
918 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsStartFromBGWithBind()
DActivityManagerProcessStateTest.java1913 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE_LOCATION, in testFgsLocationBind()