Home
last modified time | relevance | path

Searched defs:getTimestampNs (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/incidentcompanion/include/android/os/
H A DIncidentManager.h40 int64_t getTimestampNs() const { return mTimestampNs; } in getTimestampNs() function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensorEvent.java37 public long getTimestampNs() { in getTimestampNs() method in ThresholdSensorEvent
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DProximityClassifierTest.java160 public long getTimestampNs() { in createSensorEvent() method in ProximityClassifierTest
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionEvent.java42 public long getTimestampNs() { in getTimestampNs() method in ActivityRecognitionEvent
/aosp12/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionEvent.java46 public long getTimestampNs() { in getTimestampNs() method in ActivityRecognitionEvent
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DFalsingManager.java157 long getTimestampNs(); in getTimestampNs() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollectorImpl.java438 public long getTimestampNs() { in getTimestampNs() method in FalsingCollectorImpl.ProximityEventImpl
/aosp12/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp267 int64_t ReportFile::getTimestampNs() const { in getTimestampNs() function in android::os::incidentd::ReportFile