Searched refs:currentBootTime (Results 1 – 1 of 1) sorted by relevance
65 long currentBootTime = getBootTime(); in getPrefs() local66 if (Math.abs(lastBootTime - currentBootTime) > BOOT_THRESHOLD) { in getPrefs()69 .putLong(LAST_BOOT, currentBootTime) in getPrefs()