Searched refs:notifyPreciseCallState (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java54 public void notifyPreciseCallState(Phone sender); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java256 public void notifyPreciseCallState(Phone sender) { method in class:DefaultPhoneNotifier
263 mRegistry.notifyPreciseCallState(
H A DPhoneBase.java687 mNotifier.notifyPreciseCallState(this);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl62 void notifyPreciseCallState(int ringingCallState, int foregroundCallState,
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1128 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, method in class:TelephonyRegistry
1130 if (!checkNotifyPermission("notifyPreciseCallState()")) {

Completed in 593 milliseconds