Searched refs:mDeviceIdleController (Results 1 – 4 of 4) sorted by relevance
337 spyOn(mDeviceIdleController); in setUp()339 mDeviceIdleController.onStart(); in setUp()575 verify(mDeviceIdleController) in testStateActiveToStateInactive_ConditionsMet()1035 spyOn(mDeviceIdleController); in testLightIdleAlarmUnaffectedByMotion()1605 spyOn(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_ScreenThenMotion()1627 spyOn(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_ScreenThenMotion()1645 spyOn(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOn_MotionThenScreen()1684 spyOn(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOn_KeyguardOff_MotionThenScreen()1715 spyOn(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOff_Screen()1731 spyOn(mDeviceIdleController); in testExitNotifiesDependencies_WaitForUnlockOff_MotionThenScreen()[all …]
42 mDeviceIdleController.addPowerSaveTempWhitelistApp(Process.myUid(), packageName,47 private final DeviceIdleInternal mDeviceIdleController; field in InternalServiceRepository50 mDeviceIdleController = deviceIdleController; in InternalServiceRepository()
78 private IDeviceIdleController mDeviceIdleController; field in BackgroundRestrictionsTest110 mDeviceIdleController = IDeviceIdleController.Stub.asInterface( in setUp()194 mDeviceIdleController.addPowerSaveWhitelistApp(TEST_APP_PACKAGE); in setPowerExemption()196 mDeviceIdleController.removePowerSaveWhitelistApp(TEST_APP_PACKAGE); in setPowerExemption()
2003 private IDeviceIdleController mDeviceIdleController; field in AppStandbyController.Injector2035 mDeviceIdleController = IDeviceIdleController.Stub.asInterface( in onBootPhase()2118 mDeviceIdleController.getFullPowerWhitelistExceptIdle(); in updatePowerWhitelistCache()