Home
last modified time | relevance | path

Searched refs:checkBackgroundAppActivity (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/
H A DRebootReadinessUnitTest.java337 assertThat(mService.checkBackgroundAppActivity()).isTrue(); in testAppActivityChecks()
343 assertThat(mService.checkBackgroundAppActivity()).isTrue(); in testAppActivityChecks()
349 assertThat(mService.checkBackgroundAppActivity()).isFalse(); in testAppActivityChecks()
/aosp12/packages/modules/Scheduling/service/java/com/android/server/scheduling/
H A DRebootReadinessShellCommand.java185 getOutPrintWriter().println("App activity state: " + mService.checkBackgroundAppActivity()); in runCheckAppActivityState()
H A DRebootReadinessManagerService.java383 if (!(mDisableAppActivityCheck || checkBackgroundAppActivity())) { in getRebootReadinessLocked()
462 boolean checkBackgroundAppActivity() { in checkBackgroundAppActivity() method in RebootReadinessManagerService