HomeSort by relevance Sort by last modified time
    Searched defs:bytesToInts (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityEventBuilder.java 111 dnsLookupBatch.eventTypes = bytesToInts(in.eventTypes);
112 dnsLookupBatch.returnCodes = bytesToInts(in.returnCodes);
307 private static int[] bytesToInts(byte[] in) {
  /libcore/luni/src/test/java/libcore/java/util/
LibcoreIoDerivedBase64Test.java 235 Arrays.toString(bytesToInts(bytes)) + " contains non-ASCII codes");
261 return bytesToInts(bytes);
281 private static int[] bytesToInts(byte[] bytes) {

Completed in 605 milliseconds