Home
last modified time | relevance | path

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

/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceBase.java48 public static final int COMMAND_STOP_SELF = 4; field in LocalForegroundServiceBase
106 case COMMAND_STOP_SELF: in onStartCommand()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java54 public static final int COMMAND_STOP_SELF = 8; field in LocalForegroundService
198 case COMMAND_STOP_SELF: in handleMessage()
/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java378 LocalForegroundServiceBase.COMMAND_STOP_SELF); in stopService()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1793 msg.what = LocalForegroundService.COMMAND_STOP_SELF; in testServiceDoneLRUPosition()