Searched refs:notifyPreciseCallState (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 198 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState() 199 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(), in testNotifyPreciseCallState() 203 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState() 204 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(), in testNotifyPreciseCallState() 208 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState() 209 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(), in testNotifyPreciseCallState() 213 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState() 214 verify(mTelephonyRegisteryMock, times(1)).notifyPreciseCallState( in testNotifyPreciseCallState() 220 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState() 221 verify(mTelephonyRegisteryMock, times(1)).notifyPreciseCallState( in testNotifyPreciseCallState() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 57 public void notifyPreciseCallState(Phone sender); in notifyPreciseCallState() method
|
D | DefaultPhoneNotifier.java | 260 public void notifyPreciseCallState(Phone sender) { in notifyPreciseCallState() method in DefaultPhoneNotifier 267 mRegistry.notifyPreciseCallState( in notifyPreciseCallState()
|
D | Phone.java | 834 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 64 void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | TelephonyRegistryMock.java | 292 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method in TelephonyRegistryMock
|
D | PhoneMock.java | 212 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1335 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() method in TelephonyRegistry
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9527 HPLcom/android/internal/telephony/DefaultPhoneNotifier;->notifyPreciseCallState(Lcom/android/intern… 9573 HPLcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;->notifyPreciseCallState(III)V 40327 HSPLcom/android/internal/telephony/ITelephonyRegistry;->notifyPreciseCallState(III)V 40549 HSPLcom/android/internal/telephony/PhoneNotifier;->notifyPreciseCallState(Lcom/android/internal/tel…
|