Home
last modified time | relevance | path

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

/packages/services/Car/tools/emulator/
Ddiagnostic_injector.py77 currentTimestamp = event['timestamp']
79 assert currentTimestamp >= lastTimestamp
85 time.sleep((currentTimestamp-lastTimestamp)/1000000000)
86 lastTimestamp = currentTimestamp
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java280 long currentTimestamp = System.currentTimeMillis(); in updateCountdownSummary() local
283 if (currentTimestamp > endTimestamp) { in updateCountdownSummary()
289 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary()
/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp295 const int64_t currentTimestamp) const { in predictAnomalyTimestampNs()
302 it->second.lastDuration + (currentTimestamp - it->second.lastStartTime); in predictAnomalyTimestampNs()
308 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs()
DOringDurationTracker.h58 const int64_t currentTimestamp) const override;
DMaxDurationTracker.h59 const int64_t currentTimestamp) const override;
DDurationTracker.h126 const int64_t currentTimestamp) const = 0;
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DRealtimeRowProcessor.java153 long currentTimestamp = System.currentTimeMillis(); in writePhoneLookupHistory()
166 contentValues.put(PhoneLookupHistory.LAST_MODIFIED, currentTimestamp); in writePhoneLookupHistory()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/personalization/
DPersonalizationHelper.java21 public static void currentTimeChangedForTesting(final int currentTimestamp) { in currentTimeChangedForTesting() argument
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DConvertUtils.java188 final Long currentTimestamp = in getIndexedUsageMap() local
196 batteryHistoryMap.getOrDefault(currentTimestamp, EMPTY_BATTERY_MAP); in getIndexedUsageMap()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java328 "Upload time: " + currentTimestamp()); in setUploadSuccess()
414 private static String currentTimestamp() { in currentTimestamp() method in BugStorageUtils
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/
DPhoneLookupDataSource.java265 long currentTimestamp = System.currentTimeMillis(); in writePhoneLookupHistory() local
271 contentValues.put(PhoneLookupHistory.LAST_MODIFIED, currentTimestamp); in writePhoneLookupHistory()