Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/
DBatteryDatabaseManager.java86 long timestampMs) { in insertAnomaly() argument
93 values.put(TIME_STAMP_MS, timestampMs); in insertAnomaly()
134 public synchronized void deleteAllAnomaliesBeforeTimeStamp(long timestampMs) { in deleteAllAnomaliesBeforeTimeStamp() argument
137 new String[]{String.valueOf(timestampMs)}); in deleteAllAnomaliesBeforeTimeStamp()
195 int uid, String packageName, long timestampMs) { in insertAction() argument
201 values.put(ActionColumns.TIME_STAMP_MS, timestampMs); in insertAction()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryDatabaseManager.java86 long timestampMs) { in insertAnomaly() argument
93 values.put(TIME_STAMP_MS, timestampMs); in insertAnomaly()
134 public synchronized void deleteAllAnomaliesBeforeTimeStamp(long timestampMs) { in deleteAllAnomaliesBeforeTimeStamp() argument
137 new String[]{String.valueOf(timestampMs)}); in deleteAllAnomaliesBeforeTimeStamp()
195 int uid, String packageName, long timestampMs) { in insertAction() argument
201 values.put(ActionColumns.TIME_STAMP_MS, timestampMs); in insertAction()
/packages/apps/Camera2/src/com/android/camera/util/
DExifUtil.java102 Long timestampMs = System.currentTimeMillis();
104 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME, timestampMs, timezone);
105 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME_DIGITIZED, timestampMs, timezone);
106 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME_ORIGINAL, timestampMs, timezone);
108 Long subSeconds = timestampMs % MS_TO_S;