OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyPreciseCallState
(Results
1 - 10
of
10
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java
196
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/
PhoneNotifier.java
53
public void
notifyPreciseCallState
(Phone sender);
DefaultPhoneNotifier.java
250
public void
notifyPreciseCallState
(Phone sender) {
257
mRegistry.
notifyPreciseCallState
(
Phone.java
757
mNotifier.
notifyPreciseCallState
(this);
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl
61
void
notifyPreciseCallState
(int ringingCallState, int foregroundCallState,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
TelephonyRegistryMock.java
279
public void
notifyPreciseCallState
(int ringingCallState, int foregroundCallState,
PhoneMock.java
205
mNotifier.
notifyPreciseCallState
(this);
[
all
...]
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 56 milliseconds