Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSelfRecovery.java106 Long restartTimeMillis = iter.next(); in trimPastRestartTimes() local
107 if (now - restartTimeMillis > MAX_RESTARTS_TIME_WINDOW_MILLIS) { in trimPastRestartTimes()