Searched refs:mLastShownTimestamp (Results 1 – 1 of 1) sorted by relevance
65 private long mLastShownTimestamp = NOT_SHOWN_TIMESTAMP; field in WakeupOnboarding130 mLastShownTimestamp = timestamp; in maybeShowNotification()156 return mLastShownTimestamp == NOT_SHOWN_TIMESTAMP in shouldShowNotification()157 || (timestamp - mLastShownTimestamp) > REQUIRED_NOTIFICATION_DELAY; in shouldShowNotification()