Searched refs:getNotificationChannelId (Results 1 – 10 of 10) sorted by relevance
78 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testBuild()105 assertNull(conversationInfo.getNotificationChannelId()); in testBuildEmpty()154 assertEquals(NOTIFICATION_CHANNEL_ID, destination.getNotificationChannelId()); in testBuildFromAnotherConversationInfo()
95 assertNull(mConversationStore.getConversation(SHORTCUT_ID).getNotificationChannelId()); in testUpdateConversation()103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation()
718 assertEquals(mNotificationChannel.getId(), ci.getNotificationChannelId()); in testOnNotificationChannelModified()819 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelCreated()844 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelModified()866 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()873 assertNull(conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
116 getNotificationChannelId(shouldNotifySilently), in createAutoGrantNotifierChannel()161 getNotificationChannelId(shouldNotifySilently))).setContentTitle(title) in notifyOfAutoGrantPermissions()240 private String getNotificationChannelId(boolean shouldNotifySilently) { in getNotificationChannelId() method in AutoGrantPermissionsNotifier
157 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation()279 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory()
151 String getNotificationChannelId() { in getNotificationChannelId() method in ConversationInfo
292 conversationInfo.getNotificationChannelId()); in getConversationChannel()806 && Objects.equals(conversationInfo.getNotificationChannelId(), in isCachedRecentConversation()
663 public String getNotificationChannelId() { in getNotificationChannelId() method in UsageEvents.Event
1860 method @Nullable public String getNotificationChannelId();
28451 HPLcom/android/server/people/data/ConversationInfo;->getNotificationChannelId()Ljava/lang/String;