Home
last modified time | relevance | path

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

/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A DChreTestUtil.java272 ContextHubTransaction<?> transaction, long timeoutInSeconds) throws AssertionError { in assertTransactionSuccessSync() argument
281 response = transaction.waitForResponse(timeoutInSeconds, TimeUnit.SECONDS); in assertTransactionSuccessSync()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java653 int timeoutInSeconds = timeoutMs / 1000; in showTimeoutDialog() local
677 timeoutInSeconds); in showTimeoutDialog()