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.java4156 String conversationId = "person a"; in testCreateConversationChannel() local
4160 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testCreateConversationChannel()
4161 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel() local
4167 mNotificationManager.getNotificationChannel(channel.getId(), conversationId)); in testCreateConversationChannel()
4201 String conversationId = "person a"; in testDemoteConversationChannel() local
4205 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testDemoteConversationChannel()
4206 conversationChannel.setConversationId(channel.getId(), conversationId); in testDemoteConversationChannel() local
4218 channel.getId(), conversationId).isDemoted()); in testDemoteConversationChannel()