Searched refs:ageSeconds (Results 1 – 4 of 4) sorted by relevance
188 int ageSeconds = (int) (nowMs - result.timestamp / 1000) / 1000; in verboseScanResultSummary() local189 stringBuilder.append(",").append(ageSeconds).append("s"); in verboseScanResultSummary()
998 int ageSeconds = Settings.Global.getInt(mContentResolver, in trimToFit() local1004 long cutoffMillis = System.currentTimeMillis() - ageSeconds * 1000; in trimToFit()
2405 << ", ageSeconds: " << data.position.ageSeconds; in parseDebugData()
101762 Lcom/android/okhttp/internal/http/CacheStrategy$Factory;->ageSeconds:I