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

  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceFocusManager.java 158 private static final int MSG_ADD_CALL = 5;
176 .obtainMessage(MSG_ADD_CALL,
226 .obtainMessage(MSG_ADD_CALL,
476 case MSG_ADD_CALL:
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 93 private static final int MSG_ADD_CALL = 2;
122 case MSG_ADD_CALL:
201 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget();
    [all...]

Completed in 131 milliseconds