Home
last modified time | relevance | path

Searched refs:onRangingReconfigured (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Uwb/framework/java/android/uwb/
DIUwbRangingCallbacks.aidl79 void onRangingReconfigured(in SessionHandle sessionHandle, in onRangingReconfigured() method
DRangingManager.java137 public void onRangingReconfigured(SessionHandle sessionHandle, PersistableBundle parameters) { in onRangingReconfigured() method in RangingManager
147 session.onRangingReconfigured(parameters); in onRangingReconfigured()
DRangingSession.java1010 public void onRangingReconfigured(@NonNull PersistableBundle params) { in onRangingReconfigured() method in RangingSession
/packages/modules/Uwb/framework/tests/src/android/uwb/
DRangingManagerTest.java205 rangingManager.onRangingReconfigured(handle, PARAMS); in testCorrectCallbackInvoked()
333 rangingManager.onRangingReconfigured(handle, PARAMS); in testNoCallbackInvoked_sessionClosed()
DRangingSessionTest.java870 mSession.onRangingReconfigured(PARAMS); in answer()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java557 mUwbSessionNotificationManager.onRangingReconfigured(mUwbSession); in testOnRangingReconfigured()
559 verify(mIUwbRangingCallbacks).onRangingReconfigured(eq(mSessionHandle), any()); in testOnRangingReconfigured()
DUwbSessionManagerTest.java2271 verify(mUwbSessionNotificationManager, never()).onRangingReconfigured(eq(uwbSession)); in testOpenRangingWithNonSystemAppInFgInChain_MoveToBgAndStayThere()
2329 verify(mUwbSessionNotificationManager, never()).onRangingReconfigured(eq(uwbSession)); in testOpenRangingWithNonSystemAppInFgInChain_MoveToBgAndStayThere_WhenBgRangingEnabled()
2369 verify(mUwbSessionNotificationManager, never()).onRangingReconfigured(eq(uwbSession)); in testOpenRangingWithNonSystemAppInFgInChain_StartInBg_WhenBgRangingEnabled()
2396 verify(mUwbSessionNotificationManager, never()).onRangingReconfigured(eq(uwbSession)); in testOpenRangingWithNonSystemAppInFgInChain_MoveToBgAndFg()
2409 verify(mUwbSessionNotificationManager, never()).onRangingReconfigured(eq(uwbSession)); in testOpenRangingWithNonSystemAppInFgInChain_MoveToBgAndFg()
4192 verify(mUwbSessionNotificationManager).onRangingReconfigured(eq(uwbSession)); in execReconfigureAddControlee_success()
4250 verify(mUwbSessionNotificationManager).onRangingReconfigured(eq(uwbSession)); in execReconfigureRemoveControleeV1_success()
4312 verify(mUwbSessionNotificationManager).onRangingReconfigured(eq(uwbSession)); in execReconfigureAddControleeV2_success()
4362 verify(mUwbSessionNotificationManager).onRangingReconfigured(eq(uwbSession)); in execReconfigureAddControlee_fetchKeysFromSE_V2_success()
4529 verify(mUwbSessionNotificationManager).onRangingReconfigured(uwbSession); in execReconfigureBlockStriding_success_stop()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationManager.java247 public void onRangingReconfigured(UwbSession uwbSession) { in onRangingReconfigured() method in UwbSessionNotificationManager
262 uwbRangingCallbacks.onRangingReconfigured(sessionHandle, params); in onRangingReconfigured()
DUwbShellCommand.java316 public void onRangingReconfigured(SessionHandle sessionHandle, PersistableBundle params) { in onRangingReconfigured() method in UwbShellCommand.UwbRangingCallbacks
DUwbSessionManager.java2368 mSessionNotificationManager.onRangingReconfigured(uwbSession); in handleReconfigure()