Searched refs:TEST_ELAPSED_NANOS (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbSessionNotificationManagerTest.java | 92 private static final long TEST_ELAPSED_NANOS = 100L; field in UwbSessionNotificationManagerTest 133 when(mUwbInjector.getElapsedSinceBootNanos()).thenReturn(TEST_ELAPSED_NANOS); in setUp() 157 true, true, false, false, TEST_ELAPSED_NANOS); in testOnRangingResultWithoutUwbRangingPermission() 174 true, true, false, false, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithAoa() 191 false, false, false, false, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithNoAoa() 208 true, false, false, false, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithNoAoaElevation() 225 false, true, false, false, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithNoAoaAzimuth() 247 true, true, true, true, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithAoaAndDestAoa() 269 true, true, false, true, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithAoaAndNoDestAzimuth() 291 true, true, true, false, TEST_ELAPSED_NANOS); in testOnRangingResult_forTwoWay_WithAoaAndNoDestElevation() [all …]
|