Searched defs:notifyPreciseCallState (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java53 public void notifyPreciseCallState(Phone sender); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java246 public void notifyPreciseCallState(Phone sender) { method in class:DefaultPhoneNotifier
253 mRegistry.notifyPreciseCallState(
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java279 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, method in class:TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1263 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, method in class:TelephonyRegistry
1265 if (!checkNotifyPermission("notifyPreciseCallState()")) {

Completed in 105 milliseconds