Searched refs:scheduleReportActiveLocked (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
H A D | DeviceIdleControllerTest.java | 1618 verify(mDeviceIdleController).scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion() 1636 verify(mDeviceIdleController).scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion() 1658 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen() 1675 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen() 1697 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen() 1707 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen() 1723 verify(mDeviceIdleController).scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOff_Screen() 1743 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen() 1753 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | DeviceIdleController.java | 3160 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() method in DeviceIdleController 3191 scheduleReportActiveLocked(activeReason, activeUid); in becomeActiveLocked()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 1470 HPLcom/android/server/DeviceIdleController;->scheduleReportActiveLocked(Ljava/lang/String;I)V+]Lcom…
|