Searched refs:SYSUI_STATE_DEVICE_DREAMING (Results 1 – 2 of 2) sorted by relevance
112 public static final long SYSUI_STATE_DEVICE_DREAMING = 1L << 27; field in QuickStepContract169 SYSUI_STATE_DEVICE_DREAMING,259 if ((flags & SYSUI_STATE_DEVICE_DREAMING) != 0) { in getSystemUiStateString()
35 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_DEVICE_DREAMING;794 .setFlag(SYSUI_STATE_DEVICE_DREAMING, isDreaming) in onStatusBarStateChanged()