Searched refs:COMMAND_START_FOREGROUND_SERVICE (Results 1 – 4 of 4) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsBgStartTest.java | 200 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsLocationStartFromBG() 386 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsLocationPendingIntent() 533 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testUpdateUidProcState() 621 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromBG() 640 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromBG() 661 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromBG() 719 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromBoundTopState() 779 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromFgsState() 788 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromFgsState() 876 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsStartFromBGWithBindWithRestriction() [all …]
|
D | ActivityManagerProcessStateTest.java | 1602 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testCycleFgs() 1667 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testCycleFgsTriangle() 1754 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testCycleFgsTriangleBiDi() 1836 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testFgsLocationBind() 2009 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, PACKAGE_NAME_APP2, in testCycleTop() 2152 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, PACKAGE_NAME_APP2, in testCycleFgAppAndAlert()
|
D | ActivityManagerTest.java | 1578 CommandReceiver.COMMAND_START_FOREGROUND_SERVICE, in testServiceDoneLRUPosition()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | CommandReceiver.java | 44 public static final int COMMAND_START_FOREGROUND_SERVICE = 3; field in CommandReceiver 116 case COMMAND_START_FOREGROUND_SERVICE: in onReceive() 409 if (command == COMMAND_BIND_SERVICE || command == COMMAND_START_FOREGROUND_SERVICE) { in makeIntent()
|