Searched refs:callNotificationTimeMillis (Results 1 – 1 of 1) sorted by relevance
52 private long callNotificationTimeMillis = INVALID_TIME; field in LatencyReport117 return callNotificationTimeMillis; in getCallNotificationTimeMillis()121 if (callNotificationTimeMillis == INVALID_TIME) { in onNotificationShown()122 callNotificationTimeMillis = SystemClock.elapsedRealtime(); in onNotificationShown()