Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java617 waitForLatch(latch); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
649 waitForLatch(latch); in testStartAddAccountSessionSuccessWithPasswordForwarding()
689 waitForLatch(latch); in testStartAddAccountSessionReturnWithInvalidIntent()
718 waitForLatch(latch); in testStartAddAccountSessionReturnWithValidIntent()
757 waitForLatch(latch); in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()
782 waitForLatch(latch); in testStartAddAccountSessionError()
837 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
868 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
908 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
937 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithValidIntent()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
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
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java317 return waitForLatch(pw, latch); in getFieldClassificationScore()
445 waitForLatch(pw, latch); in getSavedPasswordCount()
499 return waitForLatch(pw, latch); in requestSessionCommon()
502 private int waitForLatch(PrintWriter pw, CountDownLatch latch) { in waitForLatch() method in AutofillManagerServiceShellCommand
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
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()
778 private void waitForLatch() throws InterruptedException { in waitForLatch() method in CacheOomRankerTest.TestExecutor
/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/apct-tests/perftests/multiuser/src/android/multiuser/
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
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java902 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis) in waitForLatch() method in StorageManagerService
2490 waitForLatch(latch, "partitionPublic", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPublic()
2508 waitForLatch(latch, "partitionPrivate", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPrivate()
2526 waitForLatch(latch, "partitionMixed", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionMixed()