OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_SET_ACTIVE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java
42
private static final int
MSG_SET_ACTIVE
= 2;
96
case
MSG_SET_ACTIVE
:
292
mHandler.obtainMessage(
MSG_SET_ACTIVE
, connectionId).sendToTarget();
/frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java
394
static final int
MSG_SET_ACTIVE
= 4;
477
case
MSG_SET_ACTIVE
: {
480
Log.i(TAG, "handleMessage:
MSG_SET_ACTIVE
" + active + ", was " + mActive);
613
mH.sendMessage(mH.obtainMessage(
MSG_SET_ACTIVE
, active ? 1 : 0, 0));
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
173
static final int
MSG_SET_ACTIVE
= 3020;
[
all
...]
Completed in 73 milliseconds