Searched refs:getNotificationChannelId (Results 1 – 10 of 10) sorted by relevance
64 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testBuild()86 assertNull(conversationInfo.getNotificationChannelId()); in testBuildEmpty()124 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()
503 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelCreated()528 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelModified()550 assertEquals(NOTIFICATION_CHANNEL_ID, conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()557 assertNull(conversationInfo.getNotificationChannelId()); in testNotificationChannelDeleted()
152 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation()268 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory()
297 && conversationInfo.getNotificationChannelId() == null in pruneDataForUser()824 && conversationInfo.getNotificationChannelId() == null) { in onNotificationRemoved()894 && conversationInfo.getNotificationChannelId() == null) { in cleanupCachedShortcuts()
136 String getNotificationChannelId() { in getNotificationChannelId() method in ConversationInfo
650 public String getNotificationChannelId() { in getNotificationChannelId() method in UsageEvents.Event
1364 method @Nullable public String getNotificationChannelId();
1416 method @Nullable public String getNotificationChannelId();
23012 PLcom/android/server/people/data/ConversationInfo;->getNotificationChannelId()Ljava/lang/String;