Searched refs:MSG_UPDATE_DREAMING_SLEEP_TOKEN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java822 private static final int MSG_UPDATE_DREAMING_SLEEP_TOKEN = 15; field in class:PhoneWindowManager
885 case MSG_UPDATE_DREAMING_SLEEP_TOKEN:
5542 mHandler.obtainMessage(MSG_UPDATE_DREAMING_SLEEP_TOKEN, 0, 1).sendToTarget();
5547 mHandler.obtainMessage(MSG_UPDATE_DREAMING_SLEEP_TOKEN, 1, 1).sendToTarget();

Completed in 3575 milliseconds