Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DCVE_2022_20485.java159 Field conversationId = Class.forName(className).getDeclaredField("mConversationId"); in testLongStringFieldsNotificationChannel() local
160 conversationId.setAccessible(true); in testLongStringFieldsNotificationChannel()
161 conversationId.set(channel, mLongString); in testLongStringFieldsNotificationChannel()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2617 String conversationId = "person a"; in testCreateConversationChannel() local
2621 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testCreateConversationChannel()
2622 conversationChannel.setConversationId(channel.getId(), conversationId); in testCreateConversationChannel() local
2628 mNotificationManager.getNotificationChannel(channel.getId(), conversationId)); in testCreateConversationChannel()
2661 String conversationId = "person a"; in testDemoteConversationChannel() local
2665 "Messages from " + conversationId, IMPORTANCE_DEFAULT); in testDemoteConversationChannel()
2666 conversationChannel.setConversationId(channel.getId(), conversationId); in testDemoteConversationChannel() local
2678 channel.getId(), conversationId).isDemoted()); in testDemoteConversationChannel()