Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java446 private static String toNotificationTypeString(@NotificationType int type) { in toNotificationTypeString() method in CarWatchdogTestFragment
478 + toNotificationTypeString(mExpectedNotificationType) + ": " in onOveruse()
483 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
491 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
500 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
506 + toNotificationTypeString(mExpectedNotificationType) + "."); in onOveruse()
513 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
556 showErrorAlert("No " + toNotificationTypeString(mExpectedNotificationType) in isValidNotificationReceived()