Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1618 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 DDeviceIdleController.java3160 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() method in DeviceIdleController
3191 scheduleReportActiveLocked(activeReason, activeUid); in becomeActiveLocked()
/aosp12/frameworks/base/services/
H A Dart-profile1470 HPLcom/android/server/DeviceIdleController;->scheduleReportActiveLocked(Ljava/lang/String;I)V+]Lcom…