Searched defs:mLatch (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java144 public final CountDownLatch mLatch = new CountDownLatch(1); field in class:BackupAgent.SharedPrefsSynchronizer
149 mLatch.countDown();
159 s.mLatch.await();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DAsyncListUtilTest.java178 waitForLatch("filled tiles (" + context + ")", mTilesFilledLatch.mLatch);
239 waitForLatch("onItemChanged", mItemsChangedLatch.mLatch);
259 public CountDownLatch mLatch = new CountDownLatch(0); field in class:AsyncListUtilTest.PositionSetLatch
285 if (mLatch == null) {
291 mLatch.countDown();
296 mLatch = new CountDownLatch(1);
298 mLatch.countDown();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java911 private CountDownLatch mLatch = new CountDownLatch(1); field in class:PackageManagerTests.DeleteObserver
932 mLatch.countDown();
941 boolean done = mLatch.await(waitTime, TimeUnit.MILLISECONDS);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java3639 final AtomicBoolean mLatch; field in class:BackupManagerService.PerformAdbBackupTask
3659 mLatch = latch;
3968 synchronized (mLatch) {
3969 mLatch.set(true);
3970 mLatch.notifyAll();
3985 CountDownLatch mLatch; field in class:BackupManagerService.PerformFullTransportBackupTask
3994 mLatch = latch;
4212 mLatch.countDown();
4250 final CountDownLatch mLatch = new CountDownLatch(1); field in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupPreflight
4270 mLatch
4314 final CountDownLatch mLatch; field in class:BackupManagerService.PerformFullTransportBackupTask.SinglePackageBackupRunner
[all...]

Completed in 140 milliseconds