Searched refs:failingUrl (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Browser/tests/src/com/android/browser/ |
D | TestWebViewClient.java | 78 String description, String failingUrl) { in onReceivedError() argument 79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
|
/packages/apps/Browser/src/com/android/browser/ |
D | Tab.java | 431 String description, String failingUrl) { 441 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl 1077 String description, String failingUrl) { in onReceivedError() argument 1078 mClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
|