HomeSort by relevance Sort by last modified time
    Searched refs:getFirstConnection (Results 1 - 7 of 7) 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 102 final CdmaConnection connection = getFirstConnection();
112 final CdmaConnection connection = getFirstConnection();
195 private CdmaConnection getFirstConnection() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 234 getFirstConnection() {
242 ImsCall imsCall = getFirstConnection() == null ?
243 null : getFirstConnection().getImsCall();
258 ImsPhoneConnection imsPhoneConnection = getFirstConnection();
287 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
ImsPhoneCallTracker.java 155 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 152 milliseconds