Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbDiagnosticsTest.java58 private static final int BUG_REPORT_MIN_INTERVAL_MS = 3600_000; field in UwbDiagnosticsTest
65 .thenReturn(BUG_REPORT_MIN_INTERVAL_MS); in setUp()
87 when(mUwbInjector.getElapsedSinceBootMillis()).thenReturn(BUG_REPORT_MIN_INTERVAL_MS - 20L); in takeBugReportTwiceWithInsufficientTimeGapSkipSecondRequest()