Searched refs:BUG_REPORT_MIN_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
58 private static final int BUG_REPORT_MIN_INTERVAL_MS = 3600_000; field in UwbDiagnosticsTest65 .thenReturn(BUG_REPORT_MIN_INTERVAL_MS); in setUp()87 when(mUwbInjector.getElapsedSinceBootMillis()).thenReturn(BUG_REPORT_MIN_INTERVAL_MS - 20L); in takeBugReportTwiceWithInsufficientTimeGapSkipSecondRequest()