Searched refs:mWebViewLoadStartMs (Results 1 – 1 of 1) sorted by relevance
194 private long mWebViewLoadStartMs; field in ConversationViewFragment691 mWebViewLoadStartMs = SystemClock.uptimeMillis(); in renderConversation()1249 (SystemClock.uptimeMillis() - mWebViewLoadStartMs)); in onPageFinished()1384 if (mWebViewLoadStartMs != 0) { in onContentReady()1388 (SystemClock.uptimeMillis() - mWebViewLoadStartMs)); in onContentReady()