Searched refs:getConversationShortcutInfo (Results 1 – 9 of 9) sorted by relevance
50 || entry.getRanking().getConversationShortcutInfo() == null) { in createConversationChannelIfNeeded()71 if (entry.getRanking().getConversationShortcutInfo().getLabel() != null) { in getName()72 return entry.getRanking().getConversationShortcutInfo().getLabel().toString(); in getName()
53 && entry.getRanking().getConversationShortcutInfo() != null in PeopleTileKey()54 ? entry.getRanking().getConversationShortcutInfo().getId() in PeopleTileKey()
123 assertEquals(getShortcutInfo(i).getId(), ranking.getConversationShortcutInfo().getId()); in testRanking()194 tweak.getConversationShortcutInfo(), in testRankingUpdate_equals()443 assertEquals(comment, a.getConversationShortcutInfo().getId(), in detailedAssertEquals()444 b.getConversationShortcutInfo().getId()); in detailedAssertEquals()
86 mShortcutInfo = ranking.getConversationShortcutInfo(); in RankingBuilder()
126 && e.getRanking().getConversationShortcutInfo() != null in isValid()
232 mShortcutInfo = entry.getRanking().getConversationShortcutInfo(); in bindNotification()
464 mShortcutInfo = entry.getRanking().getConversationShortcutInfo(); in setEntry()
2011 public @Nullable ShortcutInfo getConversationShortcutInfo() { in getConversationShortcutInfo() method in NotificationListenerService.Ranking
38660 method @Nullable public android.content.pm.ShortcutInfo getConversationShortcutInfo();