/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | TestUtils.java | 35 private void addTransactionId(int transactionId) { in addTransactionId() 50 public boolean enableAndConfigure(short transactionId, ConfigRequest configRequest, in enableAndConfigure() 57 public boolean disable(short transactionId) { in disable() 62 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig) { in publish() 67 public boolean subscribe(short transactionId, byte subscribeId, in subscribe() 73 public boolean sendMessage(short transactionId, byte pubSubId, int requestorInstanceId, in sendMessage() 79 public boolean stopPublish(short transactionId, byte pubSubId) { in stopPublish() 84 public boolean stopSubscribe(short transactionId, byte pubSubId) { in stopSubscribe() 89 public boolean getCapabilities(short transactionId) { in getCapabilities() 94 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface() [all …]
|
D | WifiAwareStateManagerTest.java | 187 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in setUp() local 267 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testRequestMacAddresses() local 375 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testAwareDataPathInterfaceUpDown() local 422 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDisableUsageDisablesApis() local 463 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDisableUsageFlow() local 551 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testHalFailureEnableAndConfigure() local 612 short transactionId = transactionIdCapture.getValue(); in testAwareEventsDelivery() local 683 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testHalNoResponseTimeout() local 747 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublishFail() local 817 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublishSuccessTerminated() local [all …]
|
D | WifiAwareDataPathStateManagerTest.java | 213 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testCreateDeleteAllInterfaces() local 407 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDestroyNdiDuringNdpSetupResponder() local 477 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMultipleNdpsOnSingleNdi() local 590 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMultipleIdenticalRequests() local 730 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMultipleNdiToSamePeer() local 812 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMultipleNdiToDifferentPeer() local 902 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testMultipleNdpToDifferentPeerOnSingleNdi() local 1517 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDataPathInitiatorUtilityMore() local 1689 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDataPathResponderUtility() local 1938 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in initDataPathEndPoint() local [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 87 private void recordTransactionId(int transactionId) { in recordTransactionId() 331 public boolean getCapabilities(short transactionId) { in getCapabilities() 376 public boolean enableAndConfigure(short transactionId, ConfigRequest configRequest, in enableAndConfigure() 657 public boolean disable(short transactionId) { in disable() 691 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig) { in publish() 755 public boolean subscribe(short transactionId, byte subscribeId, in subscribe() 836 public boolean sendMessage(short transactionId, byte pubSubId, int requestorInstanceId, in sendMessage() 886 public boolean stopPublish(short transactionId, byte pubSubId) { in stopPublish() 920 public boolean stopSubscribe(short transactionId, byte pubSubId) { in stopSubscribe() 954 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface() [all …]
|
D | WifiAwareStateManager.java | 996 public void onConfigSuccessResponse(short transactionId) { in onConfigSuccessResponse() 1007 public void onConfigFailedResponse(short transactionId, int reason) { in onConfigFailedResponse() 1019 public void onDisableResponse(short transactionId, int reason) { in onDisableResponse() 1031 public void onSessionConfigSuccessResponse(short transactionId, boolean isPublish, in onSessionConfigSuccessResponse() 1045 public void onSessionConfigFailResponse(short transactionId, boolean isPublish, int reason) { in onSessionConfigFailResponse() 1057 public void onMessageSendQueuedSuccessResponse(short transactionId) { in onMessageSendQueuedSuccessResponse() 1067 public void onMessageSendQueuedFailResponse(short transactionId, int reason) { in onMessageSendQueuedFailResponse() 1079 public void onCapabilitiesUpdateResponse(short transactionId, in onCapabilitiesUpdateResponse() 1092 public void onCreateDataPathInterfaceResponse(short transactionId, boolean success, in onCreateDataPathInterfaceResponse() 1106 public void onDeleteDataPathInterfaceResponse(short transactionId, boolean success, in onDeleteDataPathInterfaceResponse() [all …]
|
D | WifiAwareDiscoverySessionState.java | 164 public boolean updatePublish(short transactionId, PublishConfig config) { in updatePublish() 194 public boolean updateSubscribe(short transactionId, SubscribeConfig config) { in updateSubscribe() 228 public boolean sendMessage(short transactionId, int peerId, byte[] message, int messageId) { in sendMessage()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/ |
D | MsrpChunk.java | 43 public abstract String transactionId(); in transactionId() method in MsrpChunk 115 public abstract Builder transactionId(String id); in transactionId() method in MsrpChunk.Builder 117 public abstract String transactionId(); in transactionId() method in MsrpChunk.Builder
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/ |
D | FileTransferController.java | 45 String transactionId, File file) in uploadFile()
|
D | FileTransferControllerImpl.java | 45 String transactionId, File file) in uploadFile()
|
D | FileUploadController.java | 92 String transactionId, File file) { in uploadFile() 184 String transactionId, in executeAuthenticatedPost()
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | GbaCredentials.java | 23 public GbaCredentials(String transactionId, byte[] key) { in GbaCredentials()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ProcessDownloadedMmsAction.java | 142 final int statusIfFailed, final boolean autoDownload, final String transactionId, in processMessageDownloadFastFailed() 168 final int statusIfFailed, final int subId, final String transactionId) { in processDownloadActionFailure() 187 public static void sendDeferredRespStatus(final String messageId, final String transactionId, in sendDeferredRespStatus() 215 final String transactionId = actionParameters.getString(KEY_TRANSACTION_ID); in doBackgroundWork() local 351 final String transactionId = actionParameters.getString(KEY_TRANSACTION_ID); in processBackgroundResponse() local
|
D | ReceiveMmsMessageAction.java | 164 final String transactionId = actionParameters.getString(KEY_TRANSACTION_ID); in doBackgroundWork() local
|
D | DownloadMmsAction.java | 239 final String transactionId = actionParameters.getString(KEY_TRANSACTION_ID); in doBackgroundWork() local 292 final String transactionId = actionParameters.getString(KEY_TRANSACTION_ID); in processBackgroundFailure() local
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | AcknowledgeInd.java | 34 public AcknowledgeInd(int mmsVersion, byte[] transactionId) in AcknowledgeInd()
|
D | SendReq.java | 46 String transactionId = "T" + Long.toHexString(System.currentTimeMillis()); in generateTransactionId() local 64 byte[] transactionId) throws InvalidHeaderValueException { in SendReq()
|
D | NotifyRespInd.java | 37 byte[] transactionId, in NotifyRespInd()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | AcknowledgeInd.java | 32 public AcknowledgeInd(int mmsVersion, byte[] transactionId) in AcknowledgeInd()
|
D | SendReq.java | 44 String transactionId = "T" + Long.toHexString(System.currentTimeMillis()); in generateTransactionId() local 61 byte[] transactionId) throws InvalidHeaderValueException { in SendReq()
|
D | NotifyRespInd.java | 35 byte[] transactionId, in NotifyRespInd()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsSender.java | 90 final byte[] transactionId, final String contentLocation, final int status) in sendNotifyResponseForMmsDownload() 117 final byte[] transactionId, final String contentLocation) in sendAcknowledgeForMmsDownload()
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpPacket.java | 980 int transactionId; in decodeFullPacket() local 1482 public static ByteBuffer buildDiscoverPacket(int encap, int transactionId, in buildDiscoverPacket() 1499 public static ByteBuffer buildDiscoverPacket(int encap, int transactionId, in buildDiscoverPacket() 1509 public static ByteBuffer buildOfferPacket(int encap, int transactionId, in buildOfferPacket() 1540 public static ByteBuffer buildOfferPacket(int encap, int transactionId, in buildOfferPacket() 1554 public static ByteBuffer buildAckPacket(int encap, int transactionId, in buildAckPacket() 1585 public static ByteBuffer buildAckPacket(int encap, int transactionId, in buildAckPacket() 1600 public static ByteBuffer buildNakPacket(int encap, int transactionId, Inet4Address serverIpAddr, in buildNakPacket() 1613 int transactionId, short secs, Inet4Address clientIp, boolean broadcast, in buildRequestPacket() 1635 int transactionId, short secs, Inet4Address clientIp, boolean broadcast, in buildRequestPacket() [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | MessageTransportWrapper.java | 463 String transactionId = SipMessageParsingUtils.getTransactionId(message.getHeaderSection()); in notifyDelegateSendError() local 474 String transactionId = SipMessageParsingUtils.getTransactionId(message.getHeaderSection()); in notifyAppReceiveError() local
|
D | TransportSipMessageValidator.java | 390 public void acknowledgePendingMessage(String transactionId) { in acknowledgePendingMessage() 400 public void notifyPendingMessageFailed(String transactionId) { in notifyPendingMessageFailed()
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgSelector.java | 83 void onServerListChanged(int transactionId, ArrayList<InetAddress> validIPList); in onServerListChanged() 85 void onError(int transactionId, IwlanError error); in onError() 586 int transactionId, in getValidatedServerList()
|