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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java196 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone);
197 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(),
201 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone);
202 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(),
206 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone);
207 verify(mTelephonyRegisteryMock, times(0)).notifyPreciseCallState(anyInt(), anyInt(),
211 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone);
212 verify(mTelephonyRegisteryMock, times(1)).notifyPreciseCallState(
218 mDefaultPhoneNotifierUT.notifyPreciseCallState(mPhone);
219 verify(mTelephonyRegisteryMock, times(1)).notifyPreciseCallState(
[all...]
/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.java250 public void notifyPreciseCallState(Phone sender) { method in class:DefaultPhoneNotifier
257 mRegistry.notifyPreciseCallState(
H A DPhone.java757 mNotifier.notifyPreciseCallState(this);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl61 void notifyPreciseCallState(int ringingCallState, int foregroundCallState,
/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
H A DPhoneMock.java205 mNotifier.notifyPreciseCallState(this);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1188 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, method in class:TelephonyRegistry
1190 if (!checkNotifyPermission("notifyPreciseCallState()")) {

Completed in 222 milliseconds