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

  /libcore/luni/src/test/java/libcore/io/
Base64Test.java 229 Arrays.toString(bytesToInts(bytes)) + " contains non-ASCII codes");
255 return bytesToInts(bytes);
262 private static int[] bytesToInts(byte[] bytes) {
278 (result == null ? result : Arrays.toString(bytesToInts(result))));
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityEventBuilder.java 150 out.dnsLookupBatch.eventTypes = bytesToInts(in.eventTypes);
151 out.dnsLookupBatch.returnCodes = bytesToInts(in.returnCodes);
227 private static int[] bytesToInts(byte[] in) {

Completed in 427 milliseconds