Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/latencyreport/
DLatencyReport.java52 private long mCallNotificationTimeMillis = INVALID_TIME; field in LatencyReport
117 return mCallNotificationTimeMillis; in getCallNotificationTimeMillis()
121 if (mCallNotificationTimeMillis == INVALID_TIME) { in onNotificationShown()
122 mCallNotificationTimeMillis = SystemClock.elapsedRealtime(); in onNotificationShown()