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

/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java111 * View system and send the supplied resultMsg message to its target with
121 * @param resultMsg The message to send when once a new WebView has been
122 * created. resultMsg.obj is a
128 * create a new window, in which case resultMsg should be sent to
130 * false from this method but also sending resultMsg will result in
134 boolean isUserGesture, Message resultMsg) {
133 onCreateWindow(WebView view, boolean isDialog, boolean isUserGesture, Message resultMsg) argument
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java711 private void handleScreenshotResponse(Message resultMsg) { argument
712 final boolean taken = resultMsg.arg2 != 0;
713 final BugreportInfo info = getInfo(resultMsg.arg1);
717 final File screenshotFile = new File((String) resultMsg.obj);

Completed in 1571 milliseconds