Home
last modified time | relevance | path

Searched refs:setTimestampNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/incidentcompanion/include/android/os/
DIncidentManager.h39 void setTimestampNs(int64_t val) { mTimestampNs = val; } in setTimestampNs() function
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp374 result->setTimestampNs(file->getTimestampNs()); in getIncidentReport()