Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java859 static int toPrivacyFuzzedTimeInterval(long previousTimestamp, long currentTimestamp) { in toPrivacyFuzzedTimeInterval() argument
860 long diff = currentTimestamp - previousTimestamp; in toPrivacyFuzzedTimeInterval()