Home
last modified time | relevance | path

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

12

/frameworks/support/fragment/tests/java/android/support/v4/app/
DNestedFragmentTest.java50 final CountDownLatch latch = new CountDownLatch(1); in setUp() local
80 final CountDownLatch latch = new CountDownLatch(1); in testNestedFragmentStartActivityForResult() local
DNestedFragmentRestoreTest.java71 final CountDownLatch latch = new CountDownLatch(1); in recreateActivity() local
/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/core/tests/coretests/src/android/transition/
DSlideTransitionTest.java58 TransitionLatch latch = setVisibilityInTransition(slideOut, R.id.square1, View.INVISIBLE); in testShortSlide() local
94 TransitionLatch latch = new TransitionLatch(); in setVisibilityInTransition() local
DFadeTransitionTest.java50 TransitionLatch latch = setVisibilityInTransition(fadeOut, R.id.square1, View.INVISIBLE); in testFadeOutAndIn() local
136 TransitionLatch latch = new TransitionLatch(); in setVisibilityInTransition() local
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
DAnimatedVectorDrawableTest.java197 CountDownLatch latch = new CountDownLatch(numTests); in testAnimateColor() local
224 final Bitmap bitmap, final Canvas canvas, final CountDownLatch latch) throws Throwable { in verifyRedOnly()
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
DSwipeRefreshLayoutTest.java99 final CountDownLatch latch = new CountDownLatch(1); in testSwipeDownToRefresh() local
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
DTestJobListener.java33 private final CountDownLatch latch = new CountDownLatch(1); field in TestJobListener
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorTest.java210 final CountDownLatch latch = new CountDownLatch(1); in setEditTextProperties() local
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
DMetricsLoggerServiceTest.java144 final CountDownLatch latch = new CountDownLatch((int)N_EVENTS); in logAndDumpConcurrently() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DLockSettingsStorageTests.java168 final CountDownLatch latch = new CountDownLatch(1); in testKeyValue_CacheStarvedWriter() local
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DDocumentLoaderTest.java218 final CountDownLatch latch = blockedDocuments.get(pack(deviceId, objectHandle)); in getObjectInfo() local
/frameworks/base/services/core/java/com/android/server/
DMountService.java414 CountDownLatch latch = mDiskScanLatches.get(diskId); in findOrCreateDiskScanLatch() local
765 private void waitForLatch(CountDownLatch latch, String condition) { in waitForLatch()
772 private void waitForLatch(CountDownLatch latch, String condition, long timeoutMillis) in waitForLatch()
1248 final CountDownLatch latch = mDiskScanLatches.remove(disk.id); in onDiskScannedLocked() local
1804 final CountDownLatch latch = findOrCreateDiskScanLatch(diskId); in partitionPublic() local
1821 final CountDownLatch latch = findOrCreateDiskScanLatch(diskId); in partitionPrivate() local
1838 final CountDownLatch latch = findOrCreateDiskScanLatch(diskId); in partitionMixed() local
DNativeDaemonConnector.java357 final CountDownLatch latch = new CountDownLatch(1); in waitForCallbacks() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DFocusSearchNavigationTest.java205 final CountDownLatch latch = new CountDownLatch(1); in waitForIdleScroll() local
DRecyclerViewLayoutTest.java1906 final CountDownLatch latch = new CountDownLatch(2); in scrollStateForSmoothScroll() local
1937 final CountDownLatch latch = new CountDownLatch(1); in scrollStateForSmoothScrollWithStop() local
1975 final CountDownLatch latch = new CountDownLatch(2); in scrollStateForFling() local
2009 final CountDownLatch latch = new CountDownLatch(1); in scrollStateForFlingWithStop() local
DBaseLinearLayoutManagerTest.java471 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimationsToEnd() local
DBaseRecyclerViewInstrumentationTest.java268 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimations() local
287 final CountDownLatch latch = new CountDownLatch(1); in waitForIdleScroll() local
DBaseWrapContentTest.java521 final CountDownLatch latch = new CountDownLatch(1); in waitUntilAnimations() local
/frameworks/base/core/java/android/view/
DViewDebug.java629 final CountDownLatch latch = new CountDownLatch(1); in profileViewOperation() local
780 final CountDownLatch latch = new CountDownLatch(1); in performViewCapture() local
843 final CountDownLatch latch = new CountDownLatch(1); in dumpv2() local
1619 final CountDownLatch latch = new CountDownLatch(1); in invokeViewMethod() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DAsyncListUtilTest.java145 private static void waitForLatch(String context, CountDownLatch latch) in waitForLatch()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java233 CountDownLatch latch = new CountDownLatch(1); in dump() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java765 final CountDownLatch latch = new CountDownLatch(2); in sendParallelHttpProbes() local
/frameworks/base/rs/java/android/renderscript/
DMesh.java622 private void latch() { in latch() method in Mesh.TriangleMeshBuilder
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java532 public final AtomicBoolean latch; field in BackupManagerService.FullParams
3021 CountDownLatch latch = new CountDownLatch(1); in finalizeBackup() local
4019 boolean doSystem, boolean doCompress, String[] packages, AtomicBoolean latch) { in PerformAdbBackupTask()
4389 FullBackupJob runningJob, CountDownLatch latch, IBackupObserver backupObserver, in PerformFullTransportBackupTask()
5173 CountDownLatch latch = new CountDownLatch(1); in beginFullBackup() local
6573 IFullBackupRestoreObserver observer, AtomicBoolean latch) { in PerformAdbRestoreTask()
7135 final AdbRestoreFinishedLatch latch = new AdbRestoreFinishedLatch(); in tearDownAgent() local
9418 CountDownLatch latch = new CountDownLatch(1); in fullTransportBackup() local

12