Home
last modified time | relevance | path

Searched refs:copyToByteArrayList (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java91 static void copyToByteArrayList(byte[] inputArray, ArrayList<Byte> outputArray) { in copyToByteArrayList() method in ContextHubServiceUtil
154 copyToByteArrayList(nanoAppBinary.getBinaryNoHeader(), hidlNanoAppBinary.customBinary); in createHidlNanoAppBinary()
255 copyToByteArrayList(message.getMessageBody(), hidlMessage.msg); in createHidlContextHubMessage()