Searched refs:SESSION_START_PRECISION_MINUTES (Results 1 – 1 of 1) sorted by relevance
146 private static final int SESSION_START_PRECISION_MINUTES = 5; field in TelephonyMetrics831 return (int) ((timestamp) / (MINUTE_IN_MILLIS * SESSION_START_PRECISION_MINUTES) in roundSessionStart()832 * (SESSION_START_PRECISION_MINUTES)); in roundSessionStart()