Searched defs:doze (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeReceiver.java17 package com.android.systemui.doze;
20 * Interface for class that cares about doze states.
H A DDozeBrightnessHostForwarder.java17 package com.android.systemui.doze;
H A DDozeFalsingManagerAdapter.java17 package com.android.systemui.doze;
H A DDozeScreenStatePreventingAdapter.java17 package com.android.systemui.doze;
25 * Prevents usage of doze screen states on devices that don't support them.
43 * If the device supports the doze display state, return {@code inner}. Otherwise
H A DDozeSuspendScreenStatePreventingAdapter.java17 package com.android.systemui.doze;
25 * Prevents usage of doze screen states on devices that don't support them.
43 * If the device supports the doze display state, return {@code inner}. Otherwise
H A DDozePauser.java17 package com.android.systemui.doze;
25 * Moves the doze machine from the pausing to the paused state after a timeout.
H A DDozeScreenState.java17 package com.android.systemui.doze;
H A DDozeFactory.java17 package com.android.systemui.doze;
H A DDozeService.java17 package com.android.systemui.doze;
H A DAlwaysOnDisplayPolicy.java17 package com.android.systemui.doze;
H A DDozeHost.java17 package com.android.systemui.doze;
23 * Interface the doze service uses to communicate with the rest of system UI.
H A DDozeUi.java17 package com.android.systemui.doze;
33 * The policy controlling doze.
/frameworks/base/core/java/android/service/dreams/
H A DDreamManagerInternal.java28 * @param doze If true, starts the doze dream component if one has been configured,
31 public abstract void startDream(boolean doze); argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeConfigurationTest.java17 package com.android.systemui.doze;
H A DDozeConfigurationUtil.java17 package com.android.systemui.doze;
H A DAlwaysOnDisplayPolicyTest.java17 package com.android.systemui.doze;
H A DDozeScreenStatePreventingAdapterTest.java17 package com.android.systemui.doze;
H A DDozeScreenStateTest.java17 package com.android.systemui.doze;
19 import static com.android.systemui.doze.DozeMachine.State.DOZE;
20 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD;
21 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING;
22 import static com.android.systemui.doze.DozeMachine.State.DOZE_REQUEST_PULSE;
23 import static com.android.systemui.doze.DozeMachine.State.FINISH;
24 import static com.android.systemui.doze.DozeMachine.State.INITIALIZED;
25 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
H A DDozeSuspendScreenStatePreventingAdapterTest.java17 package com.android.systemui.doze;
H A DDozeUiTest.java17 package com.android.systemui.doze;
19 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD;
20 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD_PAUSED;
21 import static com.android.systemui.doze.DozeMachine.State.INITIALIZED;
22 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
H A DDozeServiceFake.java17 package com.android.systemui.doze;
H A DDozeTriggersTest.java17 package com.android.systemui.doze;
H A DDozeMachineTest.java17 package com.android.systemui.doze;
19 import static com.android.systemui.doze.DozeMachine.State.DOZE;
20 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD;
21 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSE_DONE;
22 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING;
23 import static com.android.systemui.doze.DozeMachine.State.DOZE_REQUEST_PULSE;
24 import static com.android.systemui.doze.DozeMachine.State.FINISH;
25 import static com.android.systemui.doze.DozeMachine.State.INITIALIZED;
26 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
H A DDozeScreenBrightnessTest.java17 package com.android.systemui.doze;
19 import static com.android.systemui.doze.DozeMachine.State.DOZE;
20 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD;
21 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD_PAUSED;
22 import static com.android.systemui.doze.DozeMachine.State.DOZE_AOD_PAUSING;
23 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSE_DONE;
24 import static com.android.systemui.doze.DozeMachine.State.DOZE_PULSING;
25 import static com.android.systemui.doze.DozeMachine.State.DOZE_REQUEST_PULSE;
26 import static com.android.systemui.doze.DozeMachine.State.FINISH;
27 import static com.android.systemui.doze
[all...]
H A DDozeHostFake.java17 package com.android.systemui.doze;

Completed in 140 milliseconds

12