Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java517 String titleErrorMsg = null; in assertNotification() local
521 titleErrorMsg = null; in assertNotification()
530 titleErrorMsg = null; in assertNotification()
545 titleErrorMsg = String.format("Wrong title for notification #%d: " in assertNotification()
562 if (titleErrorMsg != null) { in assertNotification()
563 fail(titleErrorMsg); in assertNotification()