Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java4077 mHandler.obtainMessage(H.MSG_START_DOZING, ready).sendToTarget(); in startDozing()
4122 private static final int MSG_START_DOZING = 1; field in PhoneStatusBar.DozeServiceHost.H
4129 case MSG_START_DOZING: in handleMessage()