Home
last modified time | relevance | path

Searched refs:controllerMulticastListUpdate (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DNativeUwbManager.java365 public UwbMulticastListUpdateStatus controllerMulticastListUpdate(int sessionId, int action, in controllerMulticastListUpdate() method in NativeUwbManager
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java4158 .controllerMulticastListUpdate(anyInt(), anyInt(), anyInt(), any(), any(), in execReconfigureAddControlee_success()
4187 verify(mNativeUwbManager).controllerMulticastListUpdate( in execReconfigureAddControlee_success()
4215 .controllerMulticastListUpdate(anyInt(), anyInt(), anyInt(), any(), any(), in execReconfigureRemoveControleeV1_success()
4244 verify(mNativeUwbManager).controllerMulticastListUpdate( in execReconfigureRemoveControleeV1_success()
4279 .controllerMulticastListUpdate(anyInt(), anyInt(), anyInt(), any(), any(), in execReconfigureAddControleeV2_success()
4307 verify(mNativeUwbManager).controllerMulticastListUpdate( in execReconfigureAddControleeV2_success()
4329 .controllerMulticastListUpdate(anyInt(), anyInt(), anyInt(), any(), any(), in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
4357 verify(mNativeUwbManager).controllerMulticastListUpdate( in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
4425 .controllerMulticastListUpdate(anyInt(), anyInt(), anyInt(), any(), any(), in execReconfigure_nativeUpdateFailed()
4459 .controllerMulticastListUpdate(anyInt(), anyInt(), anyInt(), any(), any(), in execReconfigure_uwbSessionUpdateMixedSuccess()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java2266 mNativeUwbManager.controllerMulticastListUpdate( in handleReconfigure()