Home
last modified time | relevance | path

Searched refs:getParentNotificationChannelId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java83 conversationInfo.getParentNotificationChannelId()); in testBuild()
110 assertNull(conversationInfo.getParentNotificationChannelId()); in testBuildEmpty()
161 assertEquals(PARENT_NOTIFICATION_CHANNEL_ID, destination.getParentNotificationChannelId()); in testBuildFromAnotherConversationInfo()
207 assertEquals(PARENT_NOTIFICATION_CHANNEL_ID, destination.getParentNotificationChannelId()); in testBuildFromAnotherConversation_identicalConversation()
261 conversationInfoFromBackup.getParentNotificationChannelId()); in testBuildFromBackupPayload()
315 conversationInfoFromBackup.getParentNotificationChannelId()); in testBuildFromProtoPayload()
DDataManagerTest.java781 assertEquals(mParentNotificationChannel.getId(), ci.getParentNotificationChannelId()); in testOnNotificationChannelModified()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java171 String getParentNotificationChannelId() { in getParentNotificationChannelId() method in ConversationInfo
DDataManager.java829 conversationInfo.getParentNotificationChannelId()); in isEligibleForCleanUp()