Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1416 NotificationCompat.MessagingStyle readStyle = in test() local
1420 if (readStyle == null || readStyle.getMessages().size() != 2) { in test()
1427 if (!verifyMessage(readStyle.getMessages().get(0), extrasKey1, in test()
1430 readStyle.getMessages().get(1), extrasKey2, extrasValue2)) { in test()