Searched refs:byteArrayToIntArray (Results  1 – 8 of 8) sorted by relevance
| /packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/ | 
| D | RangingReportMetadata.java | 59     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in RangingReportMetadata86         bundle.putIntArray(RAW_NTF_DATA, byteArrayToIntArray(mRawNtfData));  in toBundle()
 
 | 
| D | AdvertisePointedTarget.java | 64     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in AdvertisePointedTarget90         bundle.putIntArray(MAC_ADDRESS, byteArrayToIntArray(mMacAddress.toBytes()));  in toBundle()
 
 | 
| /packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/ | 
| D | DlTDoARangingRoundsUpdate.java | 66     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in DlTDoARangingRoundsUpdate94         bundle.putIntArray(RANGING_ROUND_INDEXES, byteArrayToIntArray(mRangingRoundIndexes));  in toBundle()
 
 | 
| D | DlTDoARangingRoundsUpdateStatus.java | 67     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in DlTDoARangingRoundsUpdateStatus95         bundle.putIntArray(RANGING_ROUND_INDEXES, byteArrayToIntArray(mRangingRoundIndexes));  in toBundle()
 
 | 
| D | DlTDoAMeasurement.java | 148     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in DlTDoAMeasurement190         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/ | 
| D | FiraControleeParams.java | 89     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in FiraControleeParams131         bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList));  in toBundle()
 
 | 
| D | FiraOpenSessionParams.java | 733     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in FiraOpenSessionParams798             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()
 
 | 
| D | FiraRangingReconfigureParams.java | 168     private static int[] byteArrayToIntArray(@Nullable byte[] bytes) {  in byteArrayToIntArray()  method in FiraRangingReconfigureParams210             bundle.putIntArray(KEY_SUB_SESSION_KEY_LIST, byteArrayToIntArray(mSubSessionKeyList));  in toBundle()
 
 |