Home
last modified time | relevance | path

Searched refs:setScreenInteractive (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DCachedDeviceStateService.java51 mDeviceState.setScreenInteractive(true);
54 mDeviceState.setScreenInteractive(false);
79 mDeviceState.setScreenInteractive(queryScreenInteractive(getContext())); in onBootPhase()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeScreenInteractiveHelper.java30 public void setScreenInteractive(boolean interactive) { in setScreenInteractive() method in FakeScreenInteractiveHelper
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLooperStatsTest.java66 mDeviceState.setScreenInteractive(true); in setUp()
345 mDeviceState.setScreenInteractive(true); in testScreenStateCollected()
354 mDeviceState.setScreenInteractive(false); in testScreenStateCollected()
510 mDeviceState.setScreenInteractive(false); in testScreenStateTrackingDisabled()
515 mDeviceState.setScreenInteractive(true); in testScreenStateTrackingDisabled()
H A DBinderCallsStatsTest.java475 mDeviceState.setScreenInteractive(false); in testScreenOff()
492 mDeviceState.setScreenInteractive(true); in testScreenOn()
728 mDeviceState.setScreenInteractive(false); in testTrackScreenInteractiveDisabled()
733 mDeviceState.setScreenInteractive(true); in testTrackScreenInteractiveDisabled()
789 mDeviceState.setScreenInteractive(false); in testTrackScreenInteractiveDisabled_sampling()
794 mDeviceState.setScreenInteractive(true); in testTrackScreenInteractiveDisabled_sampling()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DCachedDeviceState.java51 public void setScreenInteractive(boolean screenInteractive) { in setScreenInteractive() method in CachedDeviceState
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A DLocationProviderManagerTest.java1289 mInjector.getScreenInteractiveHelper().setScreenInteractive(false); in testProviderRequest_BatterySaver_ScreenOnOff()