Searched refs:mNotificationStatus (Results 1 – 2 of 2) sorted by relevance
470 private @NotificationStatus int mNotificationStatus; field in CarWatchdogTestFragment.IoOveruseListener484 mNotificationStatus = NOTIFICATION_STATUS_INVALID; in onOveruse()524 mNotificationStatus = NOTIFICATION_STATUS_VALID; in onOveruse()537 mNotificationStatus = NOTIFICATION_STATUS_NO; in expectNewNotification()551 while (mNotificationStatus == NOTIFICATION_STATUS_NO && now < deadline) { in isValidNotificationReceived()563 if (mNotificationStatus == NOTIFICATION_STATUS_NO) { in isValidNotificationReceived()567 return mNotificationStatus == NOTIFICATION_STATUS_VALID; in isValidNotificationReceived()
151 private int mNotificationStatus = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1592 return mNotificationStatus; in getNotificationStatus()1599 this.mNotificationStatus = notificationStatus; in setNotificationStatus()