Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java30 import static com.android.server.uwb.UwbTestUtils.PEER_EXTENDED_MAC_ADDRESS_LONG;
515 when(mockUwbSession.getAllReceivedDataInfo(PEER_EXTENDED_MAC_ADDRESS_LONG)) in onRangeDataNotificationReceived_owrAoa_success_extendedMacAddress()
516 .thenReturn(List.of(buildReceivedDataInfo(PEER_EXTENDED_MAC_ADDRESS_LONG))); in onRangeDataNotificationReceived_owrAoa_success_extendedMacAddress()
525 verify(mUwbAdvertiseManager).removeAdvertiseTarget(PEER_EXTENDED_MAC_ADDRESS_LONG); in onRangeDataNotificationReceived_owrAoa_success_extendedMacAddress()
613 when(mockUwbSession.getAllReceivedDataInfo(PEER_EXTENDED_MAC_ADDRESS_LONG)) in onRangeDataNotificationReceived_owrAoa_success_multipleAdvertisers()
615 buildReceivedDataInfo(PEER_EXTENDED_MAC_ADDRESS_LONG, DATA_SEQUENCE_NUM), in onRangeDataNotificationReceived_owrAoa_success_multipleAdvertisers()
617 PEER_EXTENDED_MAC_ADDRESS_LONG, DATA_SEQUENCE_NUM_1))); in onRangeDataNotificationReceived_owrAoa_success_multipleAdvertisers()
638 verify(mUwbAdvertiseManager).removeAdvertiseTarget(PEER_EXTENDED_MAC_ADDRESS_LONG); in onRangeDataNotificationReceived_owrAoa_success_multipleAdvertisers()
801 when(mockUwbSession.getAllReceivedDataInfo(PEER_EXTENDED_MAC_ADDRESS_LONG)) in onRangeDataNotificationReceived_owrAoa_receivedDataNotCalled()
835 when(mockUwbSession.getAllReceivedDataInfo(PEER_EXTENDED_MAC_ADDRESS_LONG)) in onRangeDataNotificationReceived_owrAoa_receivedDataDifferentMacAddress()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbTestUtils.java65 public static final long PEER_EXTENDED_MAC_ADDRESS_LONG = 0x3735333118161412L; field in UwbTestUtils