Searched refs:matchPhoneStateListenerEvent (Results 1 – 2 of 2) sorted by relevance
105 boolean matchPhoneStateListenerEvent(int events) { in matchPhoneStateListenerEvent() method in TelephonyRegistry.Record705 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 …]
57 boolean matchPhoneStateListenerEvent(int events) { in matchPhoneStateListenerEvent() method in TelephonyRegistryMock.Record