Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java559 waitForLatch(latch); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
591 waitForLatch(latch); in testStartAddAccountSessionSuccessWithPasswordForwarding()
631 waitForLatch(latch); in testStartAddAccountSessionReturnWithInvalidIntent()
660 waitForLatch(latch); in testStartAddAccountSessionReturnWithValidIntent()
689 waitForLatch(latch); in testStartAddAccountSessionError()
744 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
775 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
815 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
844 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithValidIntent()
873 waitForLatch(latch); in testStartUpdateCredentialsSessionError()
[all …]
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java257 return waitForLatch(pw, latch); in getFieldClassificationScore()
394 return waitForLatch(pw, latch); in requestSessionCommon()
397 private int waitForLatch(PrintWriter pw, CountDownLatch latch) { in waitForLatch() method in AutofillManagerServiceShellCommand
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerServiceShellCommand.java228 return waitForLatch(pw, latch); in requestSessionCommon()
231 private int waitForLatch(PrintWriter pw, CountDownLatch latch) { in waitForLatch() method in ContentCaptureManagerServiceShellCommand
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java743 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis) in waitForLatch() method in StorageManagerService
1899 waitForLatch(latch, "partitionPublic", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPublic()
1913 waitForLatch(latch, "partitionPrivate", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPrivate()
1927 waitForLatch(latch, "partitionMixed", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionMixed()