Home
last modified time | relevance | path

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

/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java87 private static final int RETRY_DELAY_MS = 2_000; field in DynamicCodeLoggerIntegrationTests
346 SystemClock.sleep(i * RETRY_DELAY_MS); in runTest()