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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 105 ImsCall imsCall = getImsCall();
144 ImsCall call = getImsCall();
250 null : getFirstConnection().getImsCall();
294 getImsCall() {
295 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
ImsPhoneCallTracker.java 181 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
    [all...]
ImsPhoneConnection.java 684 public synchronized ImsCall getImsCall() {
753 ImsCall imsCall = getImsCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 233 ImsCall imsCall = imsPhoneCall.getImsCall();
262 ImsCall imsCall = imsPhoneCall.getImsCall();
Phone.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 159 doReturn(mImsCall).when(mConnection1).getImsCall();
ImsPhoneCallTrackerTest.java 676 ImsCall call = connection.getImsCall();
749 ImsCall call = connection.getImsCall();
775 ImsCall call = connection.getImsCall();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]
TelephonyConnectionService.java     [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 334 milliseconds