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

/frameworks/base/core/java/android/webkit/
H A DJsResult.java26 public class JsResult { class
29 * notifications when the JavaScript result represented by a JsResult instance has
34 public void onJsResultComplete(JsResult result);
61 public JsResult(ResultReceiver receiver) { method in class:JsResult
73 /* Notify the caller that the JsResult has completed */

Completed in 49 milliseconds