Searched refs:notifyPreciseCallState (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 196 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/ |
D | PhoneNotifier.java | 53 public void notifyPreciseCallState(Phone sender); in notifyPreciseCallState() method
|
D | DefaultPhoneNotifier.java | 250 public void notifyPreciseCallState(Phone sender) { in notifyPreciseCallState() method in DefaultPhoneNotifier 257 mRegistry.notifyPreciseCallState( in notifyPreciseCallState()
|
D | Phone.java | 747 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 61 void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | TelephonyRegistryMock.java | 279 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method in TelephonyRegistryMock
|
D | PhoneMock.java | 204 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1188 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method in TelephonyRegistry
|