Searched refs:conversationId (Results 1 – 2 of 2) sorted by relevance
159 Field conversationId = Class.forName(className).getDeclaredField("mConversationId"); in testLongStringFieldsNotificationChannel() local160 conversationId.setAccessible(true); in testLongStringFieldsNotificationChannel()161 conversationId.set(channel, mLongString); in testLongStringFieldsNotificationChannel()
2617 String conversationId = "person a"; in testCreateConversationChannel() local2621 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testCreateConversationChannel()2622 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel() local2628 mNotificationManager.getNotificationChannel(channel.getId(), conversationId)); in testCreateConversationChannel()2661 String conversationId = "person a"; in testDemoteConversationChannel() local2665 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testDemoteConversationChannel()2666 conversationChannel.setConversationId(channel.getId(), conversationId); in testDemoteConversationChannel() local2678 channel.getId(), conversationId).isDemoted()); in testDemoteConversationChannel()