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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 47 private static final int MSG_SET_CONNECTION_CAPABILITIES = 8;
113 case MSG_SET_CONNECTION_CAPABILITIES:
278 MSG_SET_CONNECTION_CAPABILITIES, connectionCapabilities, 0, connectionId)
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 71 private static final int MSG_SET_CONNECTION_CAPABILITIES = 8;
161 case MSG_SET_CONNECTION_CAPABILITIES: {
489 mHandler.obtainMessage(MSG_SET_CONNECTION_CAPABILITIES, connectionCapabilities, 0, callId)
    [all...]

Completed in 149 milliseconds