Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DCandidatePhaseMetric.java117 public int getTimestampFromReferenceStartMicroseconds(long specificTimestamp) { in getTimestampFromReferenceStartMicroseconds() argument
118 if (specificTimestamp < mServiceBeganTimeNanoseconds) { in getTimestampFromReferenceStartMicroseconds()
122 return (int) ((specificTimestamp in getTimestampFromReferenceStartMicroseconds()
DChosenProviderFinalPhaseMetric.java231 public int getTimestampFromReferenceStartMicroseconds(long specificTimestamp) { in getTimestampFromReferenceStartMicroseconds() argument
232 if (specificTimestamp < mServiceBeganTimeNanoseconds) { in getTimestampFromReferenceStartMicroseconds()
236 return (int) ((specificTimestamp in getTimestampFromReferenceStartMicroseconds()