Searched refs:getImsCall (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java105 ImsCall imsCall = getImsCall();
144 ImsCall call = getImsCall();
250 null : getFirstConnection().getImsCall();
294 getImsCall() { method in class:ImsPhoneCall
295 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
H A DImsPhoneCallTracker.java181 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
1241 ImsCall activeCall = mForegroundCall.getImsCall();
1242 ImsCall ringingCall = mRingingCall.getImsCall();
1267 ImsCall imsCall = mRingingCall.getImsCall();
1312 ImsCall imsCall = mForegroundCall.getImsCall();
1325 mCallExpectedToResume = mRingingCall.getImsCall();
1327 mCallExpectedToResume = mBackgroundCall.getImsCall();
1354 ImsCall fgImsCall = mForegroundCall.getImsCall();
1360 ImsCall bgImsCall = mBackgroundCall.getImsCall();
1602 ImsCall imscall = mForegroundCall.getImsCall();
[all...]
H A DImsPhoneConnection.java684 public synchronized ImsCall getImsCall() { method in class:ImsPhoneConnection
753 ImsCall imsCall = getImsCall();
976 getImsCall().sendRttModifyRequest();
988 ImsCall imsCall = getImsCall();
1049 (message) -> getImsCall().sendRttMessage(message));
1064 ImsCall call = getImsCall();
1326 updateMediaCapabilities(getImsCall());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java233 ImsCall imsCall = imsPhoneCall.getImsCall();
262 ImsCall imsCall = imsPhoneCall.getImsCall();
H A DPhone.java2256 ImsCall imsCall = imsPhoneCall.getImsCall();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTest.java159 doReturn(mImsCall).when(mConnection1).getImsCall();
H A DImsPhoneCallTrackerTest.java676 ImsCall call = connection.getImsCall();
749 ImsCall call = connection.getImsCall();
775 ImsCall call = connection.getImsCall();
799 ImsCall call = connection.getImsCall();
/frameworks/base/config/
H A Dboot-image-profile.txt9938 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getImsCall()Lcom/android/ims/ImsCall;
9981 HPLcom/android/internal/telephony/imsphone/ImsPhoneConnection;->getImsCall()Lcom/android/ims/ImsCall;
[all...]

Completed in 185 milliseconds