Searched defs:uidWatcher (Results 1 – 8 of 8) sorted by relevance
| /cts/tests/app/src/android/app/cts/ |
| D | ActivityManagerFgsDelegateTest.java | 100 private void prepareProcess(WatchUidRunner uidWatcher) throws Exception { in prepareProcess() 118 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsDelegate() local 168 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsDelegateNotAllowedWhenAppCanNotStartFGS() local 216 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsDelegateAfterForceStopPackage() local
|
| D | BadProviderTest.java | 57 WatchUidRunner uidWatcher = null; in testExitOnCreate() local
|
| D | ActivityManagerProcessStateTest.java | 373 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testUidImportanceListener() local 537 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testBackgroundCheckService() local 708 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testBackgroundCheckStopsService() local 864 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testBackgroundCheckBroadcastService() local 1000 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testBackgroundCheckActivityService() local 1087 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testForegroundServiceAppOp() local 1249 final WatchUidRunner uidWatcher = controller.getUidWatcher(); in testBgRestrictedForegroundService() local 1365 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, appInfo.uid, in testCantSaveStateLaunchAndBackground() local
|
| D | ActivityManagerFgsBgStartTest.java | 1401 private void testVisibleActivityGracePeriodInternal(WatchUidRunner uidWatcher, String keyCode) in testVisibleActivityGracePeriodInternal() 1420 private void testVisibleActivityGracePeriodInternal(WatchUidRunner uidWatcher, in testVisibleActivityGracePeriodInternal() 2384 WatchUidRunner uidWatcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testStartMediaPlaybackFromBg() local
|
| D | ActivityManagerTest.java | 2356 WatchUidRunner uidWatcher) throws Exception { in startRemoteActivityAndLinkToDeath()
|
| /cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
| D | UserInitiatedJobTest.java | 198 try (WatchUidRunner uidWatcher = new WatchUidRunner( in testRestrictedBalToTop() 274 try (WatchUidRunner uidWatcher = new WatchUidRunner( in testRestrictedTopToBg()
|
| D | NotificationTest.java | 217 try (WatchUidRunner uidWatcher = new WatchUidRunner( in testNotificationRemovedOnPackageRestriction()
|
| /cts/tests/app/FgsTest/src/android/app/cts/fgstest/ |
| D | ActivityManagerForegroundServiceTypeTest.java | 328 private void startAndStopFgsType(ComponentName compName, int type, WatchUidRunner uidWatcher) in startAndStopFgsType() 366 private void stopService(ComponentName compName, WatchUidRunner uidWatcher) throws Exception { in stopService()
|