OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_UNBIND
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/content/pm/permission/
RuntimePermissionPresenter.java
159
public static final int
MSG_UNBIND
= 3;
302
case
MSG_UNBIND
: {
326
removeMessages(
MSG_UNBIND
);
327
sendEmptyMessageDelayed(
MSG_UNBIND
, UNBIND_TIMEOUT_MILLIS);
/frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java
393
static final int
MSG_UNBIND
= 3;
449
case
MSG_UNBIND
: {
454
Log.i(TAG, "handleMessage:
MSG_UNBIND
" + sequence +
608
mH.sendMessage(mH.obtainMessage(
MSG_UNBIND
, sequence, unbindReason));
[
all
...]
Completed in 497 milliseconds