Searched refs:matchPhoneStateListenerEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java106 boolean matchPhoneStateListenerEvent(int events) { method in class:TelephonyRegistry.Record
717 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_CALL_STATE) &&
751 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_CALL_STATE) &&
788 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_SERVICE_STATE) &&
839 r.matchPhoneStateListenerEvent(
850 r.matchPhoneStateListenerEvent(
890 if (r.matchPhoneStateListenerEvent(
904 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_SIGNAL_STRENGTH) &&
939 if (r.matchPhoneStateListenerEvent(
1000 if (r.matchPhoneStateListenerEvent(
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java57 boolean matchPhoneStateListenerEvent(int events) { method in class:TelephonyRegistryMock.Record

Completed in 32 milliseconds