Searched refs:getConversationShortcutInfo (Results 1 – 11 of 11) 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()
391 if (a.getConversationShortcutInfo() != null && b.getConversationShortcutInfo() != null) { in detailedAssertEquals()392 Assert.assertEquals(comment, a.getConversationShortcutInfo().getId(), in detailedAssertEquals()393 b.getConversationShortcutInfo().getId()); in detailedAssertEquals()396 Assert.assertEquals(a.getConversationShortcutInfo(), b.getConversationShortcutInfo()); in detailedAssertEquals()549 tweak.getConversationShortcutInfo(), in testRankingUpdate_equals_legacy()
90 mShortcutInfo = ranking.getConversationShortcutInfo(); in RankingBuilder()
126 && e.getRanking().getConversationShortcutInfo() != null in isValid()
168 assertEquals(getShortcutInfo(i).getId(), ranking.getConversationShortcutInfo().getId()); in testRanking()
237 mShortcutInfo = entry.getRanking().getConversationShortcutInfo(); in bindNotification()
628 mShortcutInfo = entry.getRanking().getConversationShortcutInfo(); in setEntry()
2125 public @Nullable ShortcutInfo getConversationShortcutInfo() { in getConversationShortcutInfo() method in NotificationListenerService.Ranking
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
41240 method @Nullable public android.content.pm.ShortcutInfo getConversationShortcutInfo();