Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java52 public static final int COMMAND_STOP_SELF = 8; field in LocalForegroundService
192 case COMMAND_STOP_SELF: in handleMessage()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1612 msg.what = LocalForegroundService.COMMAND_STOP_SELF; in testServiceDoneLRUPosition()