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.java1585 NotificationCompat.MessagingStyle readStyle = in test() local
1589 if (readStyle == null || readStyle.getMessages().size() != 2) { in test()
1596 if (!verifyMessage(readStyle.getMessages().get(0), extrasKey1, in test()
1599 readStyle.getMessages().get(1), extrasKey2, extrasValue2)) { in test()