Searched refs:replyMessenger (Results 1 – 2 of 2) sorted by relevance
454 Binder binder, Messenger replyMessenger) throws Exception { in sendChannelInfoUpdateMsg() argument465 msg.replyTo = replyMessenger; in sendChannelInfoUpdateMsg()475 private void sendAddLocalServiceMsg(Messenger replyMessenger) throws Exception { in sendAddLocalServiceMsg() argument484 msg.replyTo = replyMessenger; in sendAddLocalServiceMsg()494 private void sendConnectMsgWithConfigValidAsGroup(Messenger replyMessenger) throws Exception { in sendConnectMsgWithConfigValidAsGroup() argument495 sendConnectMsg(replyMessenger, mTestWifiP2pFastConnectionConfig); in sendConnectMsgWithConfigValidAsGroup()503 private void sendCreateGroupMsgWithConfigValidAsGroup(Messenger replyMessenger) in sendCreateGroupMsgWithConfigValidAsGroup() argument505 sendCreateGroupMsg(replyMessenger, 0, mTestWifiP2pFastConnectionConfig); in sendCreateGroupMsgWithConfigValidAsGroup()513 private void sendDiscoverPeersMsg(Messenger replyMessenger) throws Exception { in sendDiscoverPeersMsg() argument515 replyMessenger, WifiP2pManager.WIFI_P2P_SCAN_FULL, in sendDiscoverPeersMsg()[all …]
7521 private String getCallingPkgName(int uid, Messenger replyMessenger) { in getCallingPkgName() argument7522 ClientInfo clientInfo = mClientInfoList.get(replyMessenger); in getCallingPkgName()7536 private String getCallingFeatureId(int uid, Messenger replyMessenger) { in getCallingFeatureId() argument7537 ClientInfo clientInfo = mClientInfoList.get(replyMessenger); in getCallingFeatureId()