Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java4151 String conversationId = "person a"; in testCreateConversationChannel() local
4155 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testCreateConversationChannel()
4156 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel() local
4162 mNotificationManager.getNotificationChannel(channel.getId(), conversationId)); in testCreateConversationChannel()
4196 String conversationId = "person a"; in testDemoteConversationChannel() local
4200 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testDemoteConversationChannel()
4201 conversationChannel.setConversationId(channel.getId(), conversationId); in testDemoteConversationChannel() local
4213 channel.getId(), conversationId).isDemoted()); in testDemoteConversationChannel()