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 97 final CdmaConnection connection = getFirstConnection();
107 final CdmaConnection connection = getFirstConnection();
187 private CdmaConnection getFirstConnection() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 201 getFirstConnection() {
209 ImsCall imsCall = getFirstConnection() == null ?
210 null : getFirstConnection().getImsCall();
225 ImsPhoneConnection imsPhoneConnection = getFirstConnection();
252 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
ImsPhoneCallTracker.java 534 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
    [all...]

Completed in 103 milliseconds