Searched refs:ageSeconds (Results 1 – 3 of 3) sorted by relevance
187 int ageSeconds = (int) (nowMs - result.timestamp / 1000) / 1000; in verboseScanResultSummary() local188 stringBuilder.append(",").append(ageSeconds).append("s"); in verboseScanResultSummary()
825 int ageSeconds = Settings.Global.getInt(mContentResolver, in trimToFit() local831 long cutoffMillis = System.currentTimeMillis() - ageSeconds * 1000; in trimToFit()
1682 << ", ageSeconds: " << data.position.ageSeconds; in android_location_GnssLocationProvider_get_internal_state()