Searched refs:LISTEN_ALL (Results 1 – 1 of 1) sorted by relevance
50 public static final int LISTEN_ALL = LISTEN_CALL_ADDED | LISTEN_CALL_REMOVED; field in InCallServiceImpl.CallListener55 sListenedEvents |= event & LISTEN_ALL; in startListeningForEvent()59 sListenedEvents &= ~(event & LISTEN_ALL); in stopListeningForEvent()