Home
last modified time | relevance | path

Searched defs:latch (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java172 final CountDownLatch latch = new CountDownLatch(1); in blockingCallSpeak() local
185 final CountDownLatch latch = new CountDownLatch(1); in blockingInitAndVerify() local
199 public static CountDownBehaviour doCountDown(final CountDownLatch latch) { in doCountDown()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DLockSettingsStorageTests.java162 final CountDownLatch latch = new CountDownLatch(1); in testKeyValue_CacheStarvedWriter() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java540 final CountDownLatch latch = new CountDownLatch(2); in testScrollStateForSmoothScroll() local
570 final CountDownLatch latch = new CountDownLatch(1); in testScrollStateForSmoothScrollWithStop() local
607 final CountDownLatch latch = new CountDownLatch(2); in testScrollStateForFling() local
640 final CountDownLatch latch = new CountDownLatch(1); in testScrollStateForFlingWithStop() local
DBaseRecyclerViewInstrumentationTest.java176 final CountDownLatch latch = new CountDownLatch(2); in waitForAnimations() local
DLinearLayoutManagerTest.java981 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimationsToEnd() local
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
DVariableSpeed.java154 private void waitForLatch(CountDownLatch latch) { in waitForLatch()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java230 CountDownLatch latch = new CountDownLatch(1); in dump() local
/frameworks/base/core/java/android/view/
DViewDebug.java622 final CountDownLatch latch = new CountDownLatch(1); in profileViewOperation() local
773 final CountDownLatch latch = new CountDownLatch(1); in performViewCapture() local
1601 final CountDownLatch latch = new CountDownLatch(1); in invokeViewMethod() local
/frameworks/base/rs/java/android/renderscript/
DMesh.java615 private void latch() { in latch() method in Mesh.TriangleMeshBuilder
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java478 public final AtomicBoolean latch; field in BackupManagerService.FullParams
3471 boolean doSystem, boolean doCompress, String[] packages, AtomicBoolean latch) { in PerformAdbBackupTask()
3805 FullBackupJob runningJob, AtomicBoolean latch) { in PerformFullTransportBackupTask()
4053 AtomicBoolean latch) throws IOException { in SinglePackageBackupRunner()
4212 AtomicBoolean latch = new AtomicBoolean(false); in beginFullBackup() local
5533 IFullBackupRestoreObserver observer, AtomicBoolean latch) { in PerformAdbRestoreTask()
8340 AtomicBoolean latch = new AtomicBoolean(false); in fullTransportBackup() local
/frameworks/base/services/core/java/com/android/server/
DMountService.java586 private void waitForLatch(CountDownLatch latch) { in waitForLatch()