Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DInProgressSmsSession.java81 startSystemTimeMin = TelephonyMetrics.roundSessionStart(System.currentTimeMillis()); in InProgressSmsSession()
DInProgressCallSession.java65 startSystemTimeMin = TelephonyMetrics.roundSessionStart(System.currentTimeMillis()); in InProgressCallSession()
DTelephonyMetrics.java830 static int roundSessionStart(long timestamp) { in roundSessionStart() method in TelephonyMetrics