Home
last modified time | relevance | path

Searched refs:MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallService.java277 private static final int MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED = 15; field in InCallService
375 case MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED: {
432 mHandler.obtainMessage(MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED, availableEndpoints) in onAvailableCallEndpointsChanged()
DConnectionService.java442 private static final int MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED = 46; field in ConnectionService
851 mHandler.obtainMessage(MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED, args)
1822 case MSG_ON_AVAILABLE_CALL_ENDPOINTS_CHANGED: {