Searched refs:byteList (Results 1 – 5 of 5) sorted by relevance
303 ArrayList<Byte> byteList = new ArrayList<>(); in byteArrayToArrayList() local305 byteList.add(b); in byteArrayToArrayList()307 return byteList; in byteArrayToArrayList()
285 private static void fillByteList(ArrayList<Byte> byteList, byte[] bytesArray) { in fillByteList() argument286 byteList.ensureCapacity(bytesArray.length); in fillByteList()288 byteList.add(b); in fillByteList()
288 final ArrayList<Byte> byteList = new ArrayList<>(); in onAuthenticationSucceeded()290 byteList.add(b); in onAuthenticationSucceeded()292 authenticationConsumer.onAuthenticated(face, true /* authenticated */, byteList); in onAuthenticationSucceeded()
268 final ArrayList<Byte> byteList = new ArrayList<>(); in onAuthenticationSucceeded()270 byteList.add(b); in onAuthenticationSucceeded()273 authenticationConsumer.onAuthenticated(fp, true /* authenticated */, byteList); in onAuthenticationSucceeded()
1326 ArrayList<Byte> byteList = new ArrayList<>(); in byteArrayToArrayList() local1328 byteList.add(b); in byteArrayToArrayList()1330 return byteList; in byteArrayToArrayList()