Searched refs:sixRandomDigits (Results 1 – 1 of 1) sorted by relevance
607 final String sixRandomDigits = String.valueOf(mRandom.nextInt(900000) + 100000); in run() local608 appendDnsToMeasurementDescription(sixRandomDigits, mSocketAddress); in run()611 final byte[] dnsPacket = getDnsQueryPacket(sixRandomDigits); in run()645 protected byte[] getDnsQueryPacket(String sixRandomDigits) { in getDnsQueryPacket() argument646 byte[] rnd = sixRandomDigits.getBytes(StandardCharsets.US_ASCII); in getDnsQueryPacket()666 String sixRandomDigits, SocketAddress sockAddr) { in appendDnsToMeasurementDescription() argument669 + " qname{" + sixRandomDigits + "-android-ds.metric.gstatic.com}"; in appendDnsToMeasurementDescription()713 final String sixRandomDigits = String.valueOf(mRandom.nextInt(900000) + 100000); in sendDoTProbe() local714 final byte[] dnsPacket = getDnsQueryPacket(sixRandomDigits); in sendDoTProbe()721 appendDnsToMeasurementDescription(sixRandomDigits, sslSocket.getLocalSocketAddress()); in sendDoTProbe()