Home
last modified time | relevance | path

Searched refs:notifyPhoneAsInCall (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java615 notifyPhoneAsInCall(mImsPhone); in testNonDefaultDataPhoneInCall_ImsCallOnLte_shouldSwitchDds()
642 notifyPhoneAsInCall(mImsPhone); in testNonDefaultDataPhoneInCall_ImsCallOnWlan_shouldNotSwitchDds()
670 notifyPhoneAsInCall(mImsPhone); in testNonDefaultDataPhoneInCall_ImsCallOnCrossSIM_HandoverToLTE()
704 notifyPhoneAsInCall(mPhone2); in testNonDefaultDataPhoneInCall()
815 notifyPhoneAsInCall(mPhone2); in testEmergencyOverrideEndSuccess()
852 notifyPhoneAsInCall(mPhone2); in testEmergencyOverrideEcbmStartEnd()
949 notifyPhoneAsInCall(mPhone2); in testEmergencyOverrideMultipleOverrideRequests()
1234 private void notifyPhoneAsInCall(Phone phone) { in notifyPhoneAsInCall() method in PhoneSwitcherTest