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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 43 private static final int MSG_SET_ACTIVE = 2;
105 case MSG_SET_ACTIVE:
356 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 403 static final int MSG_SET_ACTIVE = 4;
498 case MSG_SET_ACTIVE: {
502 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
643 mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, fullscreen ? 1 : 0).sendToTarget();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 210 static final int MSG_SET_ACTIVE = 3020;
    [all...]

Completed in 176 milliseconds