Searched defs:JsPromptResult (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DJsPromptResult.java22 * {@link WebChromeClient#onJsPrompt(WebView, String, String, String, JsPromptResult)} call with a
23 * JsPromptResult instance as a parameter. This parameter is used to return the result of this user
27 public class JsPromptResult extends JsResult { class in inherits:JsResult
42 public JsPromptResult(ResultReceiver receiver) { method in class:JsPromptResult

Completed in 57 milliseconds