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.java413 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testUidImportanceListener()
452 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testUidImportanceListener()
606 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBackgroundCheckService()
785 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBackgroundCheckStopsService()
904 uidWatcher.expect(WatchUidRunner.CMD_ACTIVE, null, WAIT_TIME); in testBackgroundCheckBroadcastService()
1034 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBackgroundCheckActivityService()
1117 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testForegroundServiceAppOp()
1177 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testForegroundServiceAppOp()
1293 uidWatcher.waitFor(WatchUidRunner.CMD_ACTIVE, null); in testBgRestrictedForegroundService()
1388 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