Home
last modified time | relevance | path

Searched defs:getTimestampMs (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/incidentcompanion/include/android/os/
DIncidentManager.h41 int64_t getTimestampMs() const { return mTimestampNs / 1000000; } in getTimestampMs() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensor.java109 public long getTimestampMs() { in getTimestampMs() method in ThresholdSensor.ThresholdSensorEvent
/frameworks/base/services/core/java/com/android/server/pm/
DSilentUpdatePolicy.java138 private long getTimestampMs(@NonNull String installerPackageName, @NonNull String packageName) { in getTimestampMs() method in SilentUpdatePolicy