Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationInfoTest.java60 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuild()
136 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversationInfo()
185 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuildFromAnotherConversation_identicalConversation()
234 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuildFromBackupPayload()
286 .setNotificationChannelId(NOTIFICATION_CHANNEL_ID) in testBuildFromProtoPayload()
DConversationStoreTest.java329 .setNotificationChannelId(notificationChannelId) in buildConversationInfo()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java413 builder.setNotificationChannelId(protoInputStream.readString( in readFromProto()
464 builder.setNotificationChannelId(notificationChannelId); in readFromBackupPayload()
573 Builder setNotificationChannelId(String notificationChannelId) { in setNotificationChannelId() method in ConversationInfo.Builder
DDataManager.java1201 .setNotificationChannelId(rank.getChannel().getId()); in onNotificationPosted()
1275 builder.setNotificationChannelId(channel.getId()); in onNotificationChannelModified()
1285 builder.setNotificationChannelId(null); in onNotificationChannelModified()