Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java1433 verify(mDeviceIdleController).scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion()
1451 verify(mDeviceIdleController).scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion()
1473 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1490 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()
1512 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
1522 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()
1538 verify(mDeviceIdleController).scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOff_Screen()
1558 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
1568 .scheduleReportActiveLocked(anyString(), anyInt()); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java2635 void scheduleReportActiveLocked(String activeReason, int activeUid) { in scheduleReportActiveLocked() method in DeviceIdleController
2663 scheduleReportActiveLocked(activeReason, activeUid); in becomeActiveLocked()
/frameworks/base/services/
Dart-profile1049 HSPLcom/android/server/DeviceIdleController;->scheduleReportActiveLocked(Ljava/lang/String;I)V