Searched refs:DozingUpdateUiEvent (Results 1 – 2 of 2) sorted by relevance
125 public enum DozingUpdateUiEvent implements UiEventLogger.UiEventEnum { enum in DozeTriggers164 DozingUpdateUiEvent(int id) { in DozingUpdateUiEvent() method in DozeTriggers.DozingUpdateUiEvent173 static DozingUpdateUiEvent fromReason(int reason) { in fromReason()369 Optional.ofNullable(DozingUpdateUiEvent.fromReason(reason))429 Optional.ofNullable(DozingUpdateUiEvent.fromReason(reason)) in onWakeScreen()441 mUiEventLogger.log(DozingUpdateUiEvent.DOZING_UPDATE_WAKE_TIMEOUT); in onWakeScreen()604 Optional.ofNullable(DozingUpdateUiEvent.fromReason(reason)) in requestPulse()
50 import com.android.systemui.doze.DozeTriggers.DozingUpdateUiEvent;287 .log(DozingUpdateUiEvent.DOZING_UPDATE_QUICK_PICKUP, keyguardSessionId); in testQuickPickup()