Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java105 boolean matchPhoneStateListenerEvent(int events) { in matchPhoneStateListenerEvent() method in TelephonyRegistry.Record
705 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_CALL_STATE) && in notifyCallState()
739 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_CALL_STATE) && in notifyCallStateForPhoneId()
776 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_SERVICE_STATE) && in notifyServiceStateForPhoneId()
818 if (r.matchPhoneStateListenerEvent( in notifySignalStrengthForPhoneId()
832 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_SIGNAL_STRENGTH) && in notifySignalStrengthForPhoneId()
867 if (r.matchPhoneStateListenerEvent( in notifyCarrierNetworkChange()
928 if (r.matchPhoneStateListenerEvent( in notifyMessageWaitingChangedForPhoneId()
960 if (r.matchPhoneStateListenerEvent( in notifyCallForwardingChangedForSubscriber()
988 if (r.matchPhoneStateListenerEvent(PhoneStateListener.LISTEN_DATA_ACTIVITY)) { in notifyDataActivityForSubscriber()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java57 boolean matchPhoneStateListenerEvent(int events) { in matchPhoneStateListenerEvent() method in TelephonyRegistryMock.Record