Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiUtils.java288 int ageSeconds = (int) (nowMs - result.timestamp / 1000) / 1000; in verboseScanResultSummary() local
289 stringBuilder.append(",").append(ageSeconds).append("s"); in verboseScanResultSummary()
/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssDebug.h133 << ", ageSeconds: " << data.position.ageSeconds; in parseDebugData()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java1150 int ageSeconds = Settings.Global.getInt(mContentResolver, in trimToFit() local
1157 long cutoffMillis = curTimeMillis - ageSeconds * 1000; in trimToFit()