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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java816 private static final int MSG_DISPATCH_SHOW_RECENTS = 9; field in class:PhoneWindowManager
854 case MSG_DISPATCH_SHOW_RECENTS:
4118 mHandler.removeMessages(MSG_DISPATCH_SHOW_RECENTS);
4119 mHandler.obtainMessage(MSG_DISPATCH_SHOW_RECENTS, fromHome ? 1 : 0, 0).sendToTarget();

Completed in 175 milliseconds