Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1291 assertThat(uwbSession.getControleeList().size() == 1 in initSession_controleeList()
1292 && uwbSession.getControleeList().get(0).getUwbAddress().equals(UWB_DEST_ADDRESS)) in initSession_controleeList()
4176 assertThat(uwbSession.getControleeList().stream() in execReconfigureAddControlee_success()
4181 assertThat(uwbSession.getControleeList().stream() in execReconfigureAddControlee_success()
4231 assertThat(uwbSession.getControleeList().stream() in execReconfigureRemoveControleeV1_success()
4239 assertThat(uwbSession.getControleeList().stream() in execReconfigureRemoveControleeV1_success()
4297 assertThat(uwbSession.getControleeList().stream() in execReconfigureAddControleeV2_success()
4302 assertThat(uwbSession.getControleeList().stream() in execReconfigureAddControleeV2_success()
4347 assertThat(uwbSession.getControleeList().stream() in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
4352 assertThat(uwbSession.getControleeList().stream() in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java2832 public List<UwbControlee> getControleeList() { in getControleeList() method in UwbSessionManager.UwbSession