Searched refs:mImsPhone (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnectionTest.java | 76 replaceInstance(ImsPhoneCallTracker.class, "mPhone", mImsCT, mImsPhone); in setUp() 91 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testImsConnectionSanity() 106 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testImsConnectionSanity() 119 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStateForeGround() 134 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false); in testImsUpdateStateBackGround() 147 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStatePendingHold() 159 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testUpdateAddressDisplay() 191 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialWait() 214 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialPause() 243 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testSetWifi()
|
D | ImsPhoneCallTrackerTest.java | 80 mCTUT = new ImsPhoneCallTracker(mImsPhone); in onLooperPrepared() 141 mImsManagerInstances.put(mImsPhone.getPhoneId(), mImsManager); in setUp() 210 verify(mImsPhone, times(0)).notifyForVideoCapabilityChanged(anyBoolean()); in testImsFeatureCapabilityChange() 211 verify(mImsPhone, times(1)).onFeatureCapabilityChanged(); in testImsFeatureCapabilityChange() 219 verify(mImsPhone, times(1)).notifyForVideoCapabilityChanged(eq(true)); in testImsFeatureCapabilityChange() 230 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any()); in testImsMTCall() 231 verify(mImsPhone, times(1)).notifyIncomingRing(); in testImsMTCall() 307 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any()); in testImsMTCallAcceptHold() 308 verify(mImsPhone, times(2)).notifyIncomingRing(); in testImsMTCallAcceptHold()
|
D | ImsPhoneCallTest.java | 51 replaceInstance(ImsPhoneCallTracker.class, "mPhone", mImsCT, mImsPhone); in setUp() 120 verify(mImsPhone, times(1)).startRingbackTone(); in testUpdateRingBackTone() 123 verify(mImsPhone, times(1)).stopRingbackTone(); in testUpdateRingBackTone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Phone.java | 248 protected Phone mImsPhone = null; field in Phone 647 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() 2071 if (mImsPhone != null) { in isVideoCallPresent() 2072 isVideoCallActive = isVideoCall(mImsPhone.getForegroundCall()) || in isVideoCallPresent() 2073 isVideoCall(mImsPhone.getBackgroundCall()) || in isVideoCallPresent() 2074 isVideoCall(mImsPhone.getRingingCall()); in isVideoCallPresent() 2791 return mImsPhone; in getImsPhone() 2808 if (mImsServiceReady && (mImsPhone == null)) { in updateImsPhone() 2809 mImsPhone = PhoneFactory.makeImsPhone(mNotifier, this); in updateImsPhone() 2810 CallManager.getInstance().registerPhone(mImsPhone); in updateImsPhone() [all …]
|
D | GsmCdmaPhone.java | 398 if (mImsPhone != null) { in getServiceState() 401 mImsPhone.getServiceState()); in getServiceState() 437 if (mImsPhone != null) { in getState() 438 PhoneConstants.State imsState = mImsPhone.getState(); in getState() 713 Phone imsPhone = mImsPhone; in acceptCall() 753 if (mImsPhone != null && mImsPhone.canConference()) { in canConference() 766 if (mImsPhone != null && mImsPhone.canConference()) { in conference() 769 mImsPhone.conference(); in conference() 837 Phone imsPhone = mImsPhone; in getRingingCall() 998 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 91 protected ImsPhone mImsPhone; field in TelephonyTest 338 doReturn(mContext).when(mImsPhone).getContext(); in setUp() 342 doReturn(mServiceState).when(mImsPhone).getServiceState(); in setUp()
|