Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupOnboarding.java64 private long mLastShownTimestamp = NOT_SHOWN_TIMESTAMP; field in WakeupOnboarding
129 mLastShownTimestamp = timestamp; in maybeShowNotification()
155 return mLastShownTimestamp == NOT_SHOWN_TIMESTAMP in shouldShowNotification()
156 || (timestamp - mLastShownTimestamp) > REQUIRED_NOTIFICATION_DELAY; in shouldShowNotification()