/frameworks/support/fragment/tests/java/android/support/v4/app/ |
D | NestedFragmentTest.java | 50 final CountDownLatch latch = new CountDownLatch(1); in setUp() local 80 final CountDownLatch latch = new CountDownLatch(1); in testNestedFragmentStartActivityForResult() local
|
D | NestedFragmentRestoreTest.java | 71 final CountDownLatch latch = new CountDownLatch(1); in recreateActivity() local
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 187 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/ |
D | SlideTransitionTest.java | 58 TransitionLatch latch = setVisibilityInTransition(slideOut, R.id.square1, View.INVISIBLE); in testShortSlide() local 94 TransitionLatch latch = new TransitionLatch(); in setVisibilityInTransition() local
|
D | FadeTransitionTest.java | 50 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/ |
D | AnimatedVectorDrawableTest.java | 197 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/ |
D | SwipeRefreshLayoutTest.java | 99 final CountDownLatch latch = new CountDownLatch(1); in testSwipeDownToRefresh() local
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/ |
D | TestJobListener.java | 33 private final CountDownLatch latch = new CountDownLatch(1); field in TestJobListener
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorCursorTest.java | 210 final CountDownLatch latch = new CountDownLatch(1); in setEditTextProperties() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/ |
D | MetricsLoggerServiceTest.java | 144 final CountDownLatch latch = new CountDownLatch((int)N_EVENTS); in logAndDumpConcurrently() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | LockSettingsStorageTests.java | 168 final CountDownLatch latch = new CountDownLatch(1); in testKeyValue_CacheStarvedWriter() local
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | DocumentLoaderTest.java | 218 final CountDownLatch latch = blockedDocuments.get(pack(deviceId, objectHandle)); in getObjectInfo() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | MountService.java | 414 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
|
D | NativeDaemonConnector.java | 357 final CountDownLatch latch = new CountDownLatch(1); in waitForCallbacks() local
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | FocusSearchNavigationTest.java | 205 final CountDownLatch latch = new CountDownLatch(1); in waitForIdleScroll() local
|
D | RecyclerViewLayoutTest.java | 1906 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
|
D | BaseLinearLayoutManagerTest.java | 471 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimationsToEnd() local
|
D | BaseRecyclerViewInstrumentationTest.java | 268 final CountDownLatch latch = new CountDownLatch(1); in waitForAnimations() local 287 final CountDownLatch latch = new CountDownLatch(1); in waitForIdleScroll() local
|
D | BaseWrapContentTest.java | 521 final CountDownLatch latch = new CountDownLatch(1); in waitUntilAnimations() local
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 629 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/ |
D | AsyncListUtilTest.java | 145 private static void waitForLatch(String context, CountDownLatch latch) in waitForLatch()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 233 CountDownLatch latch = new CountDownLatch(1); in dump() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkMonitor.java | 765 final CountDownLatch latch = new CountDownLatch(2); in sendParallelHttpProbes() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 622 private void latch() { in latch() method in Mesh.TriangleMeshBuilder
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 532 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
|