Searched refs:ListenerKey (Results 1 – 1 of 1) sorted by relevance
274 new ListenerKey(packageName, userId, shortcutId), listener);316 public synchronized void addConversationListener(ListenerKey key, in addConversationListener()336 Map<ListenerKey, ConversationChannel> keyedConversations = new HashMap<>(); in onConversationsUpdate()341 final ListenerKey listenerKey = (ListenerKey) mListeners.getBroadcastCookie(i); in onConversationsUpdate()356 private ListenerKey getListenerKey(ConversationChannel conversation) { in getListenerKey()358 return new ListenerKey(info.getPackage(), info.getUserId(), in getListenerKey()363 private static class ListenerKey { class in PeopleService368 ListenerKey(String packageName, Integer userId, String shortcutId) { in ListenerKey() method in PeopleService.ListenerKey388 ListenerKey key = (ListenerKey) o; in equals()