HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SET_ACTIVE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 41 private static final int MSG_SET_ACTIVE = 2;
87 case MSG_SET_ACTIVE:
221 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 64 private static final int MSG_SET_ACTIVE = 2;
101 case MSG_SET_ACTIVE:
379 mHandler.obtainMessage(MSG_SET_ACTIVE, callId).sendToTarget();
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 389 static final int MSG_SET_ACTIVE = 4;
478 case MSG_SET_ACTIVE: {
481 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
594 mH.sendMessage(mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, 0));
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 155 static final int MSG_SET_ACTIVE = 3020;
443 MSG_SET_ACTIVE, mScreenOn ? 1 : 0, mCurClient));
    [all...]

Completed in 858 milliseconds