Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUserRestrictionsParentTest.java57 private static final long GET_UIAUTOMATION_TIMEOUT_NS = TimeUnit.SECONDS.toNanos(60); field in UserRestrictionsParentTest
92 final long deadline = System.nanoTime() + GET_UIAUTOMATION_TIMEOUT_NS; in getUiAutomation()