Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java196 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
197 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(), in testNotifyPreciseCallState()
201 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
202 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(), in testNotifyPreciseCallState()
206 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
207 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(), in testNotifyPreciseCallState()
211 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
212 verify(mTelephonyRegisteryMock, times(1)).notifyPreciseCallState( in testNotifyPreciseCallState()
218 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
219 verify(mTelephonyRegisteryMock, times(1)).notifyPreciseCallState( in testNotifyPreciseCallState()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java53 public void notifyPreciseCallState(Phone sender); in notifyPreciseCallState() method
DDefaultPhoneNotifier.java250 public void notifyPreciseCallState(Phone sender) { in notifyPreciseCallState() method in DefaultPhoneNotifier
257 mRegistry.notifyPreciseCallState( in notifyPreciseCallState()
DPhone.java747 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl61 void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java279 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method in TelephonyRegistryMock
DPhoneMock.java204 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1188 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method in TelephonyRegistry