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