Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java611 waitForLatch(latch); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
643 waitForLatch(latch); in testStartAddAccountSessionSuccessWithPasswordForwarding()
683 waitForLatch(latch); in testStartAddAccountSessionReturnWithInvalidIntent()
712 waitForLatch(latch); in testStartAddAccountSessionReturnWithValidIntent()
751 waitForLatch(latch); in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()
776 waitForLatch(latch); in testStartAddAccountSessionError()
831 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
862 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
902 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
931 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithValidIntent()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DResumeOnRebootServiceProvider.java165 waitForLatch(connectionLatch, "serviceConnection", timeOut); in bindToService()
182 waitForLatch(binderLatch, "wrapSecret", timeOutInMillis); in wrapBlob()
202 waitForLatch(binderLatch, "unWrapSecret", timeOut); in unwrap()
223 private void waitForLatch(CountDownLatch latch, String reason, long timeOut) in waitForLatch() method in ResumeOnRebootServiceProvider.ResumeOnRebootServiceConnection
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java272 return waitForLatch(pw, latch); in getFieldClassificationScore()
400 waitForLatch(pw, latch); in getSavedPasswordCount()
454 return waitForLatch(pw, latch); in requestSessionCommon()
457 private int waitForLatch(PrintWriter pw, CountDownLatch latch) { in waitForLatch() method in AutofillManagerServiceShellCommand
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DCacheOomRankerTest.java142 mExecutor.waitForLatch(); in init_listensForConfigChanges()
147 mExecutor.waitForLatch(); in init_listensForConfigChanges()
155 mExecutor.waitForLatch(); in init_listensForConfigChanges()
164 mExecutor.waitForLatch(); in init_listensForConfigChanges()
173 mExecutor.waitForLatch(); in init_listensForConfigChanges()
182 mExecutor.waitForLatch(); in init_listensForConfigChanges()
191 mExecutor.waitForLatch(); in init_listensForConfigChanges()
733 mExecutor.waitForLatch(); in setConfig()
779 private void waitForLatch() throws InterruptedException { in waitForLatch() method in CacheOomRankerTest.TestExecutor
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerServiceShellCommand.java228 return waitForLatch(pw, latch); in requestSessionCommon()
231 private int waitForLatch(PrintWriter pw, CountDownLatch latch) { in waitForLatch() method in ContentCaptureManagerServiceShellCommand
/aosp14/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java1315 waitForLatch("Failed to properly stop user " + userId, latch); in stopUser()
1381 waitForLatch("Failed to install app " + packageName + " on user " + userId, latch); in installPreexistingApp()
1449 private void waitForLatch(String errMsg, CountDownLatch latch) { in waitForLatch() method in UserLifecycleTests
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java881 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis) in waitForLatch() method in StorageManagerService
2394 waitForLatch(latch, "partitionPublic", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPublic()
2410 waitForLatch(latch, "partitionPrivate", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPrivate()
2426 waitForLatch(latch, "partitionMixed", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionMixed()