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

  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 79 private static final int MSG_ON_RTT_UPGRADE_REQUEST = 10;
139 case MSG_ON_RTT_UPGRADE_REQUEST: {
219 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, id, 0, callId).sendToTarget();
ConnectionServiceAdapterServant.java 74 private static final int MSG_ON_RTT_UPGRADE_REQUEST = 33;
318 case MSG_ON_RTT_UPGRADE_REQUEST:
582 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, connectionId).sendToTarget();

Completed in 64 milliseconds