Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/util/
DDataTypeConversionUtilTest.java175 DataTypeConversionUtil.macAddressByteArrayToLong(new byte[]{0x35, 0x37})) in macAddressByteArrayToLong_success_shortMacAddress_LittleEndian()
182 DataTypeConversionUtil.macAddressByteArrayToLong( in macAddressByteArrayToLong_success_int_LittleEndian()
190 DataTypeConversionUtil.macAddressByteArrayToLong( in macAddressByteArrayToLong_success_extendedMacAddress_LittleEndian()
198 DataTypeConversionUtil.macAddressByteArrayToLong( in macAddressByteArrayToLong_success_shortInExtendedMacAddressFormat_LittleEndian()
208 () -> DataTypeConversionUtil.macAddressByteArrayToLong(new byte[]{0x01})); in macAddressByteArrayToLong_badLength()
211 () -> DataTypeConversionUtil.macAddressByteArrayToLong( in macAddressByteArrayToLong_badLength()
217 () -> DataTypeConversionUtil.macAddressByteArrayToLong( in macAddressByteArrayToLong_badLength()
/packages/modules/Uwb/service/java/com/android/server/uwb/advertisement/
DUwbAdvertiseManager.java18 import static com.android.server.uwb.util.DataTypeConversionUtil.macAddressByteArrayToLong;
51 macAddressByteArrayToLong(macAddressBytes)); in isPointedTarget()
104 long macAddress = macAddressByteArrayToLong(macAddressBytes); in checkAndRemoveStaleAdvertiseTarget()
127 long macAddress = macAddressByteArrayToLong(uwbOwrAoaMeasurement.getMacAddress()); in updateAdvertiseTargetInfo()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/advertisement/
DUwbAdvertiseManagerTest.java19 import static com.android.server.uwb.util.DataTypeConversionUtil.macAddressByteArrayToLong;
56 macAddressByteArrayToLong(TEST_MAC_ADDRESS_A);
/packages/modules/Uwb/service/java/com/android/server/uwb/util/
DDataTypeConversionUtil.java148 public static long macAddressByteArrayToLong(byte[] bytes) { in macAddressByteArrayToLong() method in DataTypeConversionUtil
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java30 import static com.android.server.uwb.util.DataTypeConversionUtil.macAddressByteArrayToLong;
374 Long longAddress = macAddressByteArrayToLong(address); in onDataReceived()
932 long macAddress = macAddressByteArrayToLong(macAddressBytes); in processRangeData()