Searched defs:uidWatcher (Results 1 – 8 of 8) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsDelegateTest.java | 134 private void prepareProcess(WatchUidRunner uidWatcher) throws Exception { in prepareProcess() 150 WatchUidRunner uidWatcher = createUiWatcher(); in testFgsDelegate() local 199 WatchUidRunner uidWatcher = createUiWatcher(); in testFgsDelegateNotAllowedWhenAppCanNotStartFGS() local 246 WatchUidRunner uidWatcher = in createUiWatcher() local 253 WatchUidRunner uidWatcher = createUiWatcher(); in testFgsDelegateAfterForceStopPackage() local
|
D | BadProviderTest.java | 57 WatchUidRunner uidWatcher = null; in testExitOnCreate() local
|
D | ActivityManagerProcessStateTest.java | 384 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testUidImportanceListener() local 548 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testBackgroundCheckService() local 719 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testBackgroundCheckStopsService() local 877 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testBackgroundCheckBroadcastService() local 1013 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testBackgroundCheckActivityService() local 1100 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testForegroundServiceAppOp() local 1263 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testBgRestrictedForegroundService() local 1380 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testCantSaveStateLaunchAndBackground() local
|
D | ActivityManagerFgsBgStartTest.java | 1448 private void testVisibleActivityGracePeriodInternal(WatchUidRunner uidWatcher, String keyCode) in testVisibleActivityGracePeriodInternal() 1467 private void testVisibleActivityGracePeriodInternal(WatchUidRunner uidWatcher, in testVisibleActivityGracePeriodInternal() 2413 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testStartMediaPlaybackFromBg() local
|
D | ActivityManagerTest.java | 2319 WatchUidRunner uidWatcher) throws Exception { in startRemoteActivityAndLinkToDeath()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | UserInitiatedJobTest.java | 231 try (WatchUidRunner uidWatcher = new WatchUidRunner( in testRestrictedBalToTop() 312 try (WatchUidRunner uidWatcher = new WatchUidRunner( in testRestrictedTopToBg()
|
D | NotificationTest.java | 236 try (WatchUidRunner uidWatcher = new WatchUidRunner( in testNotificationRemovedOnPackageRestriction()
|
/cts/tests/app/FgsTest/src/android/app/cts/fgstest/ |
D | ActivityManagerForegroundServiceTypeTest.java | 336 private void startAndStopFgsType(ComponentName compName, int type, WatchUidRunner uidWatcher) in startAndStopFgsType() 374 private void stopService(ComponentName compName, WatchUidRunner uidWatcher) throws Exception { in stopService()
|