Searched refs:waitForLatch (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 561 waitForLatch(latch); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() 593 waitForLatch(latch); in testStartAddAccountSessionSuccessWithPasswordForwarding() 633 waitForLatch(latch); in testStartAddAccountSessionReturnWithInvalidIntent() 662 waitForLatch(latch); in testStartAddAccountSessionReturnWithValidIntent() 691 waitForLatch(latch); in testStartAddAccountSessionError() 746 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() 777 waitForLatch(latch); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() 817 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() 846 waitForLatch(latch); in testStartUpdateCredentialsSessionReturnWithValidIntent() 875 waitForLatch(latch); in testStartUpdateCredentialsSessionError() [all …]
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | StorageUserConnection.java | 208 waitForLatch(mActiveConnection.bind(), "remote_prepare_user " + mUserId); in prepareRemote() 214 private void waitForLatch(CountDownLatch latch, String reason) throws TimeoutException { in waitForLatch() method in StorageUserConnection 298 waitForLatch(latch, "start_session " + session); in startSessionLocked() 321 waitForLatch(latch, "end_session " + session); in endSessionLocked() 334 waitForLatch(latch, "notify_volume_state_changed " + vol); in notifyVolumeStateChangedLocked()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceShellCommand.java | 257 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/ |
D | ContentCaptureManagerServiceShellCommand.java | 228 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/ |
D | StorageManagerService.java | 871 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis) in waitForLatch() method in StorageManagerService 2366 waitForLatch(latch, "partitionPublic", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPublic() 2380 waitForLatch(latch, "partitionPrivate", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionPrivate() 2394 waitForLatch(latch, "partitionMixed", 3 * DateUtils.MINUTE_IN_MILLIS); in partitionMixed()
|
/frameworks/base/services/ |
D | art-profile | 31088 PLcom/android/server/storage/StorageUserConnection;->waitForLatch(Ljava/util/concurrent/CountDownLa…
|