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

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConference.java 113 final TelephonyConnection connection = getFirstConnection();
124 final TelephonyConnection connection = getFirstConnection();
132 final TelephonyConnection connection = getFirstConnection();
140 final TelephonyConnection connection = getFirstConnection();
220 private TelephonyConnection getFirstConnection() {
CdmaConference.java 104 final CdmaConnection connection = getFirstConnection();
114 final CdmaConnection connection = getFirstConnection();
197 private CdmaConnection getFirstConnection() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 241 public ImsPhoneConnection getFirstConnection() {
249 ImsCall imsCall = getFirstConnection() == null ?
250 null : getFirstConnection().getImsCall();
265 ImsPhoneConnection imsPhoneConnection = getFirstConnection();
295 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
ImsPhoneCallTracker.java 181 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 748 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
774 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1054 milliseconds