Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java640 private static final int MSG_DISPATCH_BACK_KEY_TO_AUTOFILL = 20; field in PhoneWindowManager
719 case MSG_DISPATCH_BACK_KEY_TO_AUTOFILL: in handleMessage()
919 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_BACK_KEY_TO_AUTOFILL)); in interceptBackKeyUp()