Searched refs:eventMask (Results 1 – 1 of 1) sorted by relevance
1252 private @NonNull Set<Integer> getEventsFromBitmask(int eventMask) { in getEventsFromBitmask() argument1256 if ((eventMask & PhoneStateListener.LISTEN_SERVICE_STATE) != 0) { in getEventsFromBitmask()1260 if ((eventMask & PhoneStateListener.LISTEN_SIGNAL_STRENGTH) != 0) { in getEventsFromBitmask()1264 if ((eventMask & PhoneStateListener.LISTEN_MESSAGE_WAITING_INDICATOR) != 0) { in getEventsFromBitmask()1268 if ((eventMask & PhoneStateListener.LISTEN_CALL_FORWARDING_INDICATOR) != 0) { in getEventsFromBitmask()1272 if ((eventMask & PhoneStateListener.LISTEN_CELL_LOCATION) != 0) { in getEventsFromBitmask()1278 if ((eventMask & PhoneStateListener.LISTEN_CALL_STATE) != 0) { in getEventsFromBitmask()1282 if ((eventMask & PhoneStateListener.LISTEN_DATA_CONNECTION_STATE) != 0) { in getEventsFromBitmask()1286 if ((eventMask & PhoneStateListener.LISTEN_DATA_ACTIVITY) != 0) { in getEventsFromBitmask()1290 if ((eventMask & PhoneStateListener.LISTEN_SIGNAL_STRENGTHS) != 0) { in getEventsFromBitmask()[all …]