Home
last modified time | relevance | path

Searched defs:timeoutInSeconds (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DAsyncListUtilLayoutTest.java200 public boolean waitForTiles(long timeoutInSeconds) throws InterruptedException { in waitForTiles()
285 public boolean waitForItems(long timeoutInSeconds) throws InterruptedException { in waitForItems()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java180 int timeoutInSeconds = (int) timeoutMs / 1000; in showTimeoutDialog() local