Searched refs:byteArrayToArrayList (Results 1 – 8 of 8) sorted by relevance
62 return byteArrayToArrayList(byteArray); in stringToByteArrayList()234 return byteArrayToArrayList(hexStringToByteArray(str)); in hexOrQuotedStringToBytes()302 public static ArrayList<Byte> byteArrayToArrayList(byte[] bytes) { in byteArrayToArrayList() method in NativeUtil
1563 NativeUtil.byteArrayToArrayList(frameContentBytes)); in testGetTxPktFates()1605 NativeUtil.byteArrayToArrayList(frameContentBytes)); in testGetTxPktFatesExceedsInputArrayLength()1647 NativeUtil.byteArrayToArrayList(frameContentBytes)); in testGetRxPktFates()1689 NativeUtil.byteArrayToArrayList(frameContentBytes)); in testGetRxPktFatesExceedsInputArrayLength()2085 ArrayList<Byte> halBlob = NativeUtil.byteArrayToArrayList(sample); in testGetFwMemoryDump()2107 ArrayList<Byte> halBlob = NativeUtil.byteArrayToArrayList(sample); in testGetDriverStateDump()2355 new WifiDebugRingBufferStatus(), NativeUtil.byteArrayToArrayList(errorData)); in testRingBufferDataCallback()2365 new WifiDebugRingBufferStatus(), NativeUtil.byteArrayToArrayList(errorData)); in testRingBufferDataCallback()2374 new WifiDebugRingBufferStatus(), NativeUtil.byteArrayToArrayList(errorData)); in testRingBufferDataCallback()3250 errorCode, NativeUtil.byteArrayToArrayList(errorData)); in testAlertCallbackUsingProvidedCallback()[all …]
904 bssid, ICON_FILE_NAME, NativeUtil.byteArrayToArrayList(iconData)); in testIconDoneCallback()2740 ArrayList<Byte> hlpPayload = NativeUtil.byteArrayToArrayList(hlpPacket); in testAddHlpReq()
1471 request = NativeUtil.byteArrayToArrayList( in serviceAdd()1473 response = NativeUtil.byteArrayToArrayList( in serviceAdd()1545 request = NativeUtil.byteArrayToArrayList( in serviceRemove()1604 binQuery = NativeUtil.byteArrayToArrayList(NativeUtil.hexStringToByteArray(query)); in requestServiceDiscovery()2234 NativeUtil.byteArrayToArrayList(NativeUtil.hexStringToByteArray( in initiatorReportNfcHandover()2260 NativeUtil.byteArrayToArrayList(NativeUtil.hexStringToByteArray( in responderReportNfcHandover()
1215 return byteArrayToArrayList(hexStringToByteArray(str)); in hexOrQuotedStringToBytes()1235 return byteArrayToArrayList(byteArray); in stringToByteArrayList()1244 public static ArrayList<Byte> byteArrayToArrayList(byte[] bytes) { in byteArrayToArrayList() method in WifiNl80211ManagerTest.LocalNativeUtil
525 ArrayList<Byte> tlvs = NativeUtil.byteArrayToArrayList(hexStr2Bin(SERV_DISC_RESP_TLVS)); in testOnServiceDiscoveryResponseCompleted_success()
1440 ArrayList<Byte> program = NativeUtil.byteArrayToArrayList(filter); in installPacketFilter()1999 ArrayList<Byte> data = NativeUtil.byteArrayToArrayList(packet); in startSendingOffloadedPacket()
2243 ArrayList<Byte> payload = NativeUtil.byteArrayToArrayList(hlpPacket); in addHlpReq()