Searched refs:sixRandomDigits (Results 1 – 1 of 1) sorted by relevance
702 final String sixRandomDigits = String.valueOf(mRandom.nextInt(900000) + 100000); in run() local703 appendDnsToMeasurementDescription(sixRandomDigits, mSocketAddress); in run()706 final byte[] dnsPacket = getDnsQueryPacket(sixRandomDigits); in run()740 protected byte[] getDnsQueryPacket(String sixRandomDigits) { in getDnsQueryPacket() argument741 byte[] rnd = sixRandomDigits.getBytes(StandardCharsets.US_ASCII); in getDnsQueryPacket()761 String sixRandomDigits, SocketAddress sockAddr) { in appendDnsToMeasurementDescription() argument764 + " qname{" + sixRandomDigits + "-android-ds.metric.gstatic.com}"; in appendDnsToMeasurementDescription()807 final String sixRandomDigits = String.valueOf(mRandom.nextInt(900000) + 100000); in sendDoTProbe() local808 final byte[] dnsPacket = getDnsQueryPacket(sixRandomDigits); in sendDoTProbe()816 appendDnsToMeasurementDescription(sixRandomDigits, sslSocket.getLocalSocketAddress()); in sendDoTProbe()