Home
last modified time | relevance | path

Searched refs:mCallEndpoint (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallService.java280 private CallEndpoint mCallEndpoint; field in InCallService
369 if (!Objects.equals(mCallEndpoint, endpoint)) {
370 mCallEndpoint = endpoint;
371 InCallService.this.onCallEndpointChanged(mCallEndpoint);
688 return mCallEndpoint; in getCurrentCallEndpoint()
DConference.java91 private CallEndpoint mCallEndpoint; field in Conference
243 return mCallEndpoint; in getCurrentCallEndpoint()
781 mCallEndpoint = endpoint; in setCallEndpoint()
DConnection.java2165 private CallEndpoint mCallEndpoint; field in Connection
2473 mCallEndpoint = endpoint; in setCallEndpoint()
3191 return mCallEndpoint; in getCurrentCallEndpoint()