Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DRangingReportMetadata.java59 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in RangingReportMetadata
86 bundle.putIntArray(RAW_NTF_DATA, byteArrayToIntArray(mRawNtfData)); in toBundle()
DAdvertisePointedTarget.java64 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in AdvertisePointedTarget
90 bundle.putIntArray(MAC_ADDRESS, byteArrayToIntArray(mMacAddress.toBytes())); in toBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoARangingRoundsUpdate.java66 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in DlTDoARangingRoundsUpdate
94 bundle.putIntArray(RANGING_ROUND_INDEXES, byteArrayToIntArray(mRangingRoundIndexes)); in toBundle()
DDlTDoARangingRoundsUpdateStatus.java67 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in DlTDoARangingRoundsUpdateStatus
95 bundle.putIntArray(RANGING_ROUND_INDEXES, byteArrayToIntArray(mRangingRoundIndexes)); in toBundle()
DDlTDoAMeasurement.java148 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in DlTDoAMeasurement
190 bundle.putIntArray(ANCHOR_LOCATION, byteArrayToIntArray(mAnchorLocation)); in toBundle()
191 bundle.putIntArray(ACTIVE_RANGING_ROUNDS, byteArrayToIntArray(mActiveRangingRounds)); in toBundle()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraControleeParams.java89 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraControleeParams
131 bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList)); in toBundle()
DFiraOpenSessionParams.java733 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraOpenSessionParams
798 bundle.putIntArray(KEY_CAP_SIZE_RANGE, byteArrayToIntArray(mCapSize)); in toBundle()
804 bundle.putIntArray(KEY_SESSION_KEY, byteArrayToIntArray(mSessionKey)); in toBundle()
805 bundle.putIntArray(KEY_SUBSESSION_KEY, byteArrayToIntArray(mSubSessionKey)); in toBundle()
818 bundle.putIntArray(KEY_VENDOR_ID, byteArrayToIntArray(mVendorId)); in toBundle()
819 bundle.putIntArray(KEY_STATIC_STS_IV, byteArrayToIntArray(mStaticStsIV)); in toBundle()
852 bundle.putIntArray(UL_TDOA_DEVICE_ID, byteArrayToIntArray(mUlTdoaDeviceId)); in toBundle()
DFiraRangingReconfigureParams.java168 private static int[] byteArrayToIntArray(@Nullable byte[] bytes) { in byteArrayToIntArray() method in FiraRangingReconfigureParams
210 bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList)); in toBundle()