Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java683 private static final int MSG_DISPATCH_BACK_KEY_TO_AUTOFILL = 20; field in PhoneWindowManager
748 case MSG_DISPATCH_BACK_KEY_TO_AUTOFILL: in handleMessage()
941 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_BACK_KEY_TO_AUTOFILL)); in backKeyPress()