Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRemovalWaiter.java46 public UserRemovalWaiter(Context context, String tag, int timeoutInSeconds) { in UserRemovalWaiter() argument
49 mTimeoutInSeconds = timeoutInSeconds; in UserRemovalWaiter()
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerNativeTest.java159 private boolean waitForCountDown(CountDownLatch countDownLatch, long timeoutInSeconds) { in waitForCountDown() argument
161 return !countDownLatch.await(timeoutInSeconds, TimeUnit.SECONDS); in waitForCountDown()
H A DAttachedChoreographerTest.java449 private boolean waitForCountDown(CountDownLatch countDownLatch, long timeoutInSeconds) { in waitForCountDown() argument
451 return !countDownLatch.await(timeoutInSeconds, TimeUnit.SECONDS); in waitForCountDown()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java705 int timeoutInSeconds = timeoutMs / 1000; in showTimeoutDialog() local
729 timeoutInSeconds); in showTimeoutDialog()