Searched refs:mExpectedNotificationType (Results 1 – 1 of 1) sorted by relevance
478 private @NotificationType int mExpectedNotificationType; field in CarWatchdogTestFragment.IoOveruseListener486 + 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 …]