Searched refs:mInflationException (Results 1 – 1 of 1) sorted by relevance
33 private Exception mInflationException; field in WebViewCtsActivity41 mInflationException = null; in onCreate()46 mInflationException = e; in onCreate()59 if (mInflationException != null) { in getWebView()60 throw new RuntimeException("Exception caught in onCreate", mInflationException); in getWebView()