Searched defs:resultMsg (Results 1 – 3 of 3) sorted by relevance
656 Message resultMsg = SyncMessenger.sendMessageSynchronously(mDstMessenger, msg); in sendMessageSynchronously() local669 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local684 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local701 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local720 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local735 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local832 Message resultMsg = sm.mHandler.mResultMsg; in sendMessageSynchronously() local
1243 Message resultMsg = channel.sendMessageSynchronously(CMD_PING_SUPPLICANT); in syncPingSupplicant() local1250 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_CAPABILITY_FREQ); in syncGetChannelList() local1970 Message resultMsg = mWifiApConfigChannel.sendMessageSynchronously(CMD_REQUEST_AP_CONFIG); in syncGetWifiApConfiguration() local2130 Message resultMsg = channel.sendMessageSynchronously(CMD_ADD_OR_UPDATE_NETWORK, config); in syncAddOrUpdateNetwork() local2143 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_CONFIGURED_NETWORKS, uuid); in syncGetConfiguredNetworks() local2150 Message resultMsg = channel.sendMessageSynchronously( in syncGetPrivilegedConfiguredNetwork() local2165 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_CONNECTION_STATISTICS); in syncGetConnectionStatistics() local2176 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_SUPPORTED_FEATURES); in syncGetSupportedFeatures() local2186 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_LINK_LAYER_STATS); in syncGetLinkLayerStats() local2198 Message resultMsg = channel.sendMessageSynchronously(CMD_REMOVE_NETWORK, networkId); in syncRemoveNetwork() local[all …]
131 boolean isUserGesture, Message resultMsg) { in onCreateWindow()