Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java478 private @NotificationType int mExpectedNotificationType; field in CarWatchdogTestFragment.IoOveruseListener
486 + toNotificationTypeString(mExpectedNotificationType) + ": " in onOveruse()
491 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
499 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
505 if (mExpectedNotificationType == NOTIFICATION_TYPE_WARNING in onOveruse()
508 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
510 } else if (mExpectedNotificationType == NOTIFICATION_TYPE_OVERUSE in onOveruse()
514 + toNotificationTypeString(mExpectedNotificationType) + "."); in onOveruse()
521 + toNotificationTypeString(mExpectedNotificationType) + '.'); in onOveruse()
540 mExpectedNotificationType = notificationType; in expectNewNotification()
[all …]