Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java50 private static final long OVERLAY_ENABLE_TIMEOUT_MS = 30000; field in SystemPreparer
124 final long endMillis = System.currentTimeMillis() + OVERLAY_ENABLE_TIMEOUT_MS; in setOverlayEnabled()