Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java66 void notifyPreciseCallStateChanged(); in notifyPreciseCallStateChanged() method
177 public void notifyPreciseCallStateChanged() { in ImsExternalCallTracker()
178 mPhone.notifyPreciseCallStateChanged(); in ImsExternalCallTracker()
272 mCallStateNotifier.notifyPreciseCallStateChanged(); in refreshExternalCallState()
367 mCallStateNotifier.notifyPreciseCallStateChanged(); in updateExistingConnection()
DImsPhoneBase.java201 public void notifyPreciseCallStateChanged() { in notifyPreciseCallStateChanged() method in ImsPhoneBase
DImsPhoneCallTracker.java378 mPhone.notifyPreciseCallStateChanged(); in processIncomingCall()
1701 mPhone.notifyPreciseCallStateChanged(); in startConference()
1817 mPhone.notifyPreciseCallStateChanged(); in dial()
2610 mPhone.notifyPreciseCallStateChanged(); in clearDisconnected()
2938 mPhone.notifyPreciseCallStateChanged(); in hangup()
3029 mPhone.notifyPreciseCallStateChanged(); in cleanupAndRemoveConnection()
3160 mPhone.notifyPreciseCallStateChanged(); in processCallStateChange()
4847 mPhone.notifyPreciseCallStateChanged(); in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsExternalCallTrackerTest.java106 verify(mCallNotifier).notifyPreciseCallStateChanged(); in testRemoveExternalCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java379 mPhone.notifyPreciseCallStateChanged(); in dialGsm()
527 mPhone.notifyPreciseCallStateChanged(); in dialCdma()
653 mPhone.notifyPreciseCallStateChanged(); in flashAndSetGenericTrue()
697 mPhone.notifyPreciseCallStateChanged(); in clearDisconnected()
1216 mPhone.notifyPreciseCallStateChanged(); in handlePollCalls()
1305 mPhone.notifyPreciseCallStateChanged(); in hangup()
1392 mPhone.notifyPreciseCallStateChanged(); in hangup()
1653 mPhone.notifyPreciseCallStateChanged(); in handleMessage()
DTelephonyTester.java665 ((GsmCdmaPhone) mPhone).notifyPreciseCallStateChanged(); in testChangeNumber()
668 ((ImsPhone) mPhone).notifyPreciseCallStateChanged(); in testChangeNumber()
DGsmCdmaPhone.java878 public void notifyPreciseCallStateChanged() { in notifyPreciseCallStateChanged() method in GsmCdmaPhone