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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 52 private static final int MSG_QUERY_REMOTE_CALL_SERVICES = 13;
156 case MSG_QUERY_REMOTE_CALL_SERVICES:
321 mHandler.obtainMessage(MSG_QUERY_REMOTE_CALL_SERVICES, callback).sendToTarget();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 76 private static final int MSG_QUERY_REMOTE_CALL_SERVICES = 13;
288 case MSG_QUERY_REMOTE_CALL_SERVICES: {
541 mHandler.obtainMessage(MSG_QUERY_REMOTE_CALL_SERVICES, callback).sendToTarget();
    [all...]

Completed in 31 milliseconds