Searched refs:resultMsg (Results 1 – 4 of 4) sorted by relevance
675 Message resultMsg = SyncMessenger.sendMessageSynchronously(mDstMessenger, msg); in sendMessageSynchronously() local676 return resultMsg; in sendMessageSynchronously()688 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local689 return resultMsg; in sendMessageSynchronously()703 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local704 return resultMsg; in sendMessageSynchronously()721 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local722 return resultMsg; in sendMessageSynchronously()740 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local741 return resultMsg; in sendMessageSynchronously()[all …]
1528 Message resultMsg = channel.sendMessageSynchronously(CMD_QUERY_OSU_ICON, bundle); in syncQueryPasspointIcon() local1529 int result = resultMsg.arg1; in syncQueryPasspointIcon()1530 resultMsg.recycle(); in syncQueryPasspointIcon()1542 Message resultMsg = channel.sendMessageSynchronously(CMD_MATCH_PROVIDER_NETWORK, fqdn); in matchProviderWithCurrentNetwork() local1543 int result = resultMsg.arg1; in matchProviderWithCurrentNetwork()1544 resultMsg.recycle(); in matchProviderWithCurrentNetwork()1607 private boolean messageIsNull(Message resultMsg) { in messageIsNull() argument1608 if (resultMsg != null) return false; in messageIsNull()1622 Message resultMsg = channel.sendMessageSynchronously(CMD_ADD_OR_UPDATE_NETWORK, config); in syncAddOrUpdateNetwork() local1623 if (messageIsNull(resultMsg)) return WifiConfiguration.INVALID_NETWORK_ID; in syncAddOrUpdateNetwork()[all …]
149 boolean isUserGesture, Message resultMsg) { in onCreateWindow() argument
721 private void handleScreenshotResponse(Message resultMsg) { in handleScreenshotResponse() argument722 final boolean taken = resultMsg.arg2 != 0; in handleScreenshotResponse()723 final BugreportInfo info = getInfo(resultMsg.arg1); in handleScreenshotResponse()727 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse()