Searched refs:mWebViewLoadStartMs (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java173 private long mWebViewLoadStartMs; field in class:ConversationViewFragment
602 mWebViewLoadStartMs = SystemClock.uptimeMillis();
1077 (SystemClock.uptimeMillis() - mWebViewLoadStartMs));
1218 if (mWebViewLoadStartMs != 0) {
1222 (SystemClock.uptimeMillis() - mWebViewLoadStartMs));

Completed in 80 milliseconds