Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java194 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
195 verify(mTelephonyRegistryManager, times(0)).notifyPreciseCallState( in testNotifyPreciseCallState()
199 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
200 verify(mTelephonyRegistryManager, times(0)).notifyPreciseCallState( in testNotifyPreciseCallState()
204 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
205 verify(mTelephonyRegistryManager, times(0)).notifyPreciseCallState( in testNotifyPreciseCallState()
209 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
210 verify(mTelephonyRegistryManager, times(1)).notifyPreciseCallState( in testNotifyPreciseCallState()
218 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone); in testNotifyPreciseCallState()
219 verify(mTelephonyRegistryManager, times(1)).notifyPreciseCallState( in testNotifyPreciseCallState()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java68 void notifyPreciseCallState(Phone sender); in notifyPreciseCallState() method
DDefaultPhoneNotifier.java157 public void notifyPreciseCallState(Phone sender) { in notifyPreciseCallState() method in DefaultPhoneNotifier
162 mTelephonyRegistryMgr.notifyPreciseCallState(sender.getSubId(), sender.getPhoneId(), in notifyPreciseCallState()
DPhone.java893 mNotifier.notifyPreciseCallState(this); in notifyPreciseCallStateChangedP()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java570 public void notifyPreciseCallState(int subId, int slotIndex, in notifyPreciseCallState() method in TelephonyRegistryManager
575 sRegistry.notifyPreciseCallState(slotIndex, subId, ringCallPreciseState, in notifyPreciseCallState()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl77 void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1860 public void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState() method in TelephonyRegistry
/frameworks/base/config/
Dboot-image-profile.txt21983 HSPLcom/android/internal/telephony/DefaultPhoneNotifier;->notifyPreciseCallState(Lcom/android/inter…
22227 HSPLcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;->notifyPreciseCallState(IIII)V
Dhiddenapi-greylist-max-o.txt99283 Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;->notifyPreciseCallState(III)V
99342 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyPreciseCallState(III)V
/frameworks/base/services/
Dart-profile1911 HSPLcom/android/server/TelephonyRegistry;->notifyPreciseCallState(IIII)V