Searched refs:ListenerKey (Results 1 – 1 of 1) sorted by relevance
261 new ListenerKey(packageName, userId, shortcutId), listener);303 public synchronized void addConversationListener(ListenerKey key, in addConversationListener()323 Map<ListenerKey, ConversationChannel> keyedConversations = new HashMap<>(); in onConversationsUpdate()328 final ListenerKey listenerKey = (ListenerKey) mListeners.getBroadcastCookie(i); in onConversationsUpdate()343 private ListenerKey getListenerKey(ConversationChannel conversation) { in getListenerKey()345 return new ListenerKey(info.getPackage(), info.getUserId(), in getListenerKey()350 private static class ListenerKey { class in PeopleService355 ListenerKey(String packageName, Integer userId, String shortcutId) { in ListenerKey() method in PeopleService.ListenerKey375 ListenerKey key = (ListenerKey) o; in equals()