Searched defs:transactionId (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DAcknowledgeInd.java30 * @param transactionId the transaction-id value
32 * NullPointerException if transactionId is null.
34 public AcknowledgeInd(int mmsVersion, byte[] transactionId) argument
40 setTransactionId(transactionId);
H A DNotifyRespInd.java30 * @param transactionId the transaction-id value
33 * NullPointerException if transactionId is null.
37 byte[] transactionId,
42 setTransactionId(transactionId);
36 NotifyRespInd(int mmsVersion, byte[] transactionId, int status) argument
H A DSendReq.java46 String transactionId = "T" + Long.toHexString(System.currentTimeMillis());
47 return transactionId.getBytes();
56 * @param transactionId the transaction-id value
58 * NullPointerException if contentType, form or transactionId is null.
63 byte[] transactionId) throws InvalidHeaderValueException {
69 setTransactionId(transactionId);
60 SendReq(byte[] contentType, EncodedStringValue from, int mmsVersion, byte[] transactionId) argument
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpStateMachine.java31 public void onOfferReceived(boolean broadcast, int transactionId, argument
51 public void onDiscoverReceived(boolean broadcast, int transactionId, argument
58 public void onRequestReceived(boolean broadcast, int transactionId, argument
66 public void onInformReceived(int transactionId, byte[] clientMac, argument
H A DDhcpPacket.java555 int transactionId;
630 transactionId = packet.getInt();
757 transactionId, clientMac, broadcast);
761 transactionId, broadcast, ipSrc, yourIp, clientMac);
765 transactionId, clientIp, clientMac, broadcast);
769 transactionId, clientIp, yourIp, nextIp, relayIp,
774 transactionId, broadcast, ipSrc, yourIp, clientMac);
778 transactionId, clientIp, yourIp, nextIp, relayIp,
783 transactionId, clientIp, yourIp, nextIp, relayIp,
818 public static ByteBuffer buildDiscoverPacket(int encap, int transactionId, argument
830 buildOfferPacket(int encap, int transactionId, boolean broadcast, InetAddress serverIpAddr, InetAddress clientIpAddr, byte[] mac, Integer timeout, InetAddress netMask, InetAddress bcAddr, InetAddress gateway, List<InetAddress> dnsServers, InetAddress dhcpServerIdentifier, String domainName) argument
850 buildAckPacket(int encap, int transactionId, boolean broadcast, InetAddress serverIpAddr, InetAddress clientIpAddr, byte[] mac, Integer timeout, InetAddress netMask, InetAddress bcAddr, InetAddress gateway, List<InetAddress> dnsServers, InetAddress dhcpServerIdentifier, String domainName) argument
870 buildNakPacket(int encap, int transactionId, InetAddress serverIpAddr, InetAddress clientIpAddr, byte[] mac) argument
882 buildRequestPacket(int encap, int transactionId, InetAddress clientIp, boolean broadcast, byte[] clientMac, InetAddress requestedIpAddress, InetAddress serverIdentifier, byte[] requestedParams, String hostName) argument
[all...]

Completed in 83 milliseconds