Home
last modified time | relevance | path

Searched refs:parentChannelId (Results 1 – 2 of 2) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DNotificationChannelCompat.java246 public @NonNull Builder setConversationId(@NonNull String parentChannelId, in setConversationId() argument
249 mChannel.mParentId = parentChannelId; in setConversationId()
643 String parentChannelId, String conversationId) { in setConversationId() argument
644 notificationChannel.setConversationId(parentChannelId, conversationId); in setConversationId()
/core/core/src/androidTest/java/androidx/core/app/
DNotificationChannelCompatTest.java86 String parentChannelId = "parentChannelId"; in testFullyDefinedBuilderEqualsPlatform() local
108 platformChannel.setConversationId(parentChannelId, shortcutId); in testFullyDefinedBuilderEqualsPlatform()
121 builder.setConversationId(parentChannelId, shortcutId); in testFullyDefinedBuilderEqualsPlatform()