Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbTestUtils.java62 public static final long PEER_EXTENDED_SHORT_MAC_ADDRESS_LONG = 0x3735L; field in UwbTestUtils
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java32 import static com.android.server.uwb.UwbTestUtils.PEER_EXTENDED_SHORT_MAC_ADDRESS_LONG;
561 when(mockUwbSession.getAllReceivedDataInfo(PEER_EXTENDED_SHORT_MAC_ADDRESS_LONG)) in onRangeDataNotificationReceived_owrAoa_success_shortMacAddress()
562 .thenReturn(List.of(buildReceivedDataInfo(PEER_EXTENDED_SHORT_MAC_ADDRESS_LONG))); in onRangeDataNotificationReceived_owrAoa_success_shortMacAddress()