HomeSort by relevance Sort by last modified time
    Searched full:getfirstconnection (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
GsmConference.java 97 final GsmConnection connection = getFirstConnection();
108 final GsmConnection connection = getFirstConnection();
116 final GsmConnection connection = getFirstConnection();
124 final GsmConnection connection = getFirstConnection();
153 private GsmConnection getFirstConnection() {
CdmaConference.java 92 final CdmaConnection connection = getFirstConnection();
102 final CdmaConnection connection = getFirstConnection();
161 private CdmaConnection getFirstConnection() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 198 getFirstConnection() {
206 ImsCall imsCall = getFirstConnection() == null ?
207 null : getFirstConnection().getImsCall();
228 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();

Completed in 117 milliseconds