Searched refs:resultMsg (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java654 Message resultMsg = SyncMessenger.sendMessageSynchronously(mDstMessenger, msg);
655 return resultMsg;
667 Message resultMsg = sendMessageSynchronously(msg);
668 return resultMsg;
682 Message resultMsg = sendMessageSynchronously(msg);
683 return resultMsg;
699 Message resultMsg = sendMessageSynchronously(msg);
700 return resultMsg;
718 Message resultMsg = sendMessageSynchronously(msg);
719 return resultMsg;
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1430 Message resultMsg = channel.sendMessageSynchronously(CMD_PING_SUPPLICANT);
1431 boolean result = (resultMsg.arg1 != FAILURE);
1432 resultMsg.recycle();
1913 Message resultMsg =
1915 int result = resultMsg.arg1;
1916 resultMsg.recycle();
1926 Message resultMsg = channel.sendMessageSynchronously(CMD_MODIFY_PASSPOINT_MO, bundle);
1927 int result = resultMsg.arg1;
1928 resultMsg.recycle();
1936 Message resultMsg
[all...]
/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.java760 private void handleScreenshotResponse(Message resultMsg) { argument
761 final boolean taken = resultMsg.arg2 != 0;
762 final BugreportInfo info = getInfo(resultMsg.arg1);
766 final File screenshotFile = new File((String) resultMsg.obj);

Completed in 166 milliseconds