Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1119 Notification.Builder nBigText2 = new Notification.Builder(mContext, "test") in testBigTextTextChange() local
1122 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nBigText1, nBigText2)); in testBigTextTextChange()