Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java336 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testUidImportanceListener()
375 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testUidImportanceListener()
525 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBackgroundCheckService()
701 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBackgroundCheckStopsService()
815 uidWatcher.expect(WatchUidRunner.CMD_ACTIVE, null, WAIT_TIME); in testBackgroundCheckBroadcastService()
940 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBackgroundCheckActivityService()
1020 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testForegroundServiceAppOp()
1080 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testForegroundServiceAppOp()
1192 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBgRestrictedForegroundService()
1292 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testCantSaveStateLaunchAndBackground()
[all …]
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DWatchUidRunner.java45 public static final int CMD_ACTIVE = 1; field in WatchUidRunner