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

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConference.java 110 final TelephonyConnection connection = getFirstConnection();
121 final TelephonyConnection connection = getFirstConnection();
129 final TelephonyConnection connection = getFirstConnection();
137 final TelephonyConnection connection = getFirstConnection();
201 private TelephonyConnection getFirstConnection() {
CdmaConference.java 99 final CdmaConnection connection = getFirstConnection();
109 final CdmaConnection connection = getFirstConnection();
192 private CdmaConnection getFirstConnection() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 258 getFirstConnection() {
266 ImsCall imsCall = getFirstConnection() == null ?
267 null : getFirstConnection().getImsCall();
282 ImsPhoneConnection imsPhoneConnection = getFirstConnection();
311 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
ImsPhoneCallTracker.java 562 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
    [all...]

Completed in 578 milliseconds