Home
last modified time | relevance | path

Searched refs:setParentNotificationChannelId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java61 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuild()
137 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversationInfo()
186 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversation_identicalConversation()
235 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromBackupPayload()
287 .setParentNotificationChannelId(PARENT_NOTIFICATION_CHANNEL_ID) in testBuildFromProtoPayload()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java417 builder.setParentNotificationChannelId(protoInputStream.readString( in readFromProto()
474 builder.setParentNotificationChannelId(parentNotificationChannelId); in readFromBackupPayload()
578 Builder setParentNotificationChannelId(String parentNotificationChannelId) { in setParentNotificationChannelId() method in ConversationInfo.Builder
DDataManager.java1203 updated.setParentNotificationChannelId(rank.getChannel().getParentChannelId()); in onNotificationPosted()
1205 updated.setParentNotificationChannelId(sbn.getNotification().getChannelId()); in onNotificationPosted()