Home
last modified time | relevance | path

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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java187 final CountDownLatch latch = new CountDownLatch(1); in blockingCallSpeak() local
200 final CountDownLatch latch = new CountDownLatch(1); in blockingInitAndVerify() local
214 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.java1009 final CountDownLatch latch = new CountDownLatch(2); in testScrollStateForSmoothScroll() local
1040 final CountDownLatch latch = new CountDownLatch(1); in testScrollStateForSmoothScrollWithStop() local
1078 final CountDownLatch latch = new CountDownLatch(2); in testScrollStateForFling() local
1112 final CountDownLatch latch = new CountDownLatch(1); in testScrollStateForFlingWithStop() local
DBaseRecyclerViewInstrumentationTest.java206 final CountDownLatch latch = new CountDownLatch(2); in waitForAnimations() local
/frameworks/base/services/core/java/com/android/server/
DMountService.java394 CountDownLatch latch = mDiskScanLatches.get(diskId); in findOrCreateDiskScanLatch() local
707 private void waitForLatch(CountDownLatch latch, String condition) { in waitForLatch()
714 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis) in waitForLatch()
1149 final CountDownLatch latch = mDiskScanLatches.remove(disk.id); in onDiskScannedLocked() local
1688 final CountDownLatch latch = findOrCreateDiskScanLatch(diskId); in partitionPublic() local
1705 final CountDownLatch latch = findOrCreateDiskScanLatch(diskId); in partitionPrivate() local
1722 final CountDownLatch latch = findOrCreateDiskScanLatch(diskId); in partitionMixed() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DAsyncListUtilTest.java139 private static void waitForLatch(String context, CountDownLatch latch) in waitForLatch()
/frameworks/base/core/java/android/view/
DViewDebug.java623 final CountDownLatch latch = new CountDownLatch(1); in profileViewOperation() local
774 final CountDownLatch latch = new CountDownLatch(1); in performViewCapture() local
837 final CountDownLatch latch = new CountDownLatch(1); in dumpv2() local
1613 final CountDownLatch latch = new CountDownLatch(1); in invokeViewMethod() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java230 CountDownLatch latch = new CountDownLatch(1); in dump() local
/frameworks/base/rs/java/android/renderscript/
DMesh.java621 private void latch() { in latch() method in Mesh.TriangleMeshBuilder
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java493 public final AtomicBoolean latch; field in BackupManagerService.FullParams
3671 boolean doSystem, boolean doCompress, String[] packages, AtomicBoolean latch) { in PerformAdbBackupTask()
4005 FullBackupJob runningJob, CountDownLatch latch) { in PerformFullTransportBackupTask()
4331 IBackupTransport transport, CountDownLatch latch) throws IOException { in SinglePackageBackupRunner()
4551 CountDownLatch latch = new CountDownLatch(1); in beginFullBackup() local
5866 IFullBackupRestoreObserver observer, AtomicBoolean latch) { in PerformAdbRestoreTask()
8704 CountDownLatch latch = new CountDownLatch(1); in fullTransportBackup() local