Searched refs:mWebViewLoadStartMs (Results 1 – 1 of 1) sorted by relevance
203 private long mWebViewLoadStartMs; field in ConversationViewFragment703 mWebViewLoadStartMs = SystemClock.uptimeMillis(); in renderConversation()1322 (SystemClock.uptimeMillis() - mWebViewLoadStartMs)); in onPageFinished()1463 if (mWebViewLoadStartMs != 0) { in onContentReady()1467 (SystemClock.uptimeMillis() - mWebViewLoadStartMs)); in onContentReady()