Searched defs:MSG_ON_RTT_UPGRADE_REQUEST (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapterServant.java74 private static final int MSG_ON_RTT_UPGRADE_REQUEST = 33; field in class:ConnectionServiceAdapterServant
318 case MSG_ON_RTT_UPGRADE_REQUEST:
582 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, connectionId).sendToTarget();
H A DInCallService.java79 private static final int MSG_ON_RTT_UPGRADE_REQUEST = 10; field in class:InCallService
139 case MSG_ON_RTT_UPGRADE_REQUEST: {
219 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, id, 0, callId).sendToTarget();

Completed in 65 milliseconds