| /frameworks/base/core/tests/coretests/src/android/window/ | 
| D | BackNavigationTest.java | 68         CountDownLatch latch = registerBackCallback();  in registerCallback_initialized()  local76         CountDownLatch latch = registerBackCallback();  in registerCallback_created()  local
 87         CountDownLatch latch = registerBackCallback();  in registerCallback_resumed()  local
 91     private void assertCallbackIsCalled(CountDownLatch latch) {  in assertCallbackIsCalled()
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ | 
| D | AccountManagerServiceTest.java | 600         final CountDownLatch latch = new CountDownLatch(1);  in testStartAddAccountSessionSuccessWithoutPasswordForwarding()  local631         final CountDownLatch latch = new CountDownLatch(1);  in testStartAddAccountSessionSuccessWithPasswordForwarding()  local
 671         final CountDownLatch latch = new CountDownLatch(1);  in testStartAddAccountSessionReturnWithInvalidIntent()  local
 700         final CountDownLatch latch = new CountDownLatch(1);  in testStartAddAccountSessionReturnWithValidIntent()  local
 734         final CountDownLatch latch = new CountDownLatch(1);  in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()  local
 766         final CountDownLatch latch = new CountDownLatch(1);  in testStartAddAccountSessionError()  local
 821         final CountDownLatch latch = new CountDownLatch(1);  in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()  local
 851         final CountDownLatch latch = new CountDownLatch(1);  in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()  local
 890         final CountDownLatch latch = new CountDownLatch(1);  in testStartUpdateCredentialsSessionReturnWithInvalidIntent()  local
 919         final CountDownLatch latch = new CountDownLatch(1);  in testStartUpdateCredentialsSessionReturnWithValidIntent()  local
 [all …]
 
 | 
| /frameworks/base/tests/GamePerformance/src/android/gameperformance/ | 
| D | GamePerformanceActivity.java | 59             final CountDownLatch latch = new CountDownLatch(1);  in attachSurfaceView()  local79             final CountDownLatch latch = new CountDownLatch(1);  in attachOpenGLView()  local
 98             final CountDownLatch latch = new CountDownLatch(1);  in attachControlView()  local
 
 | 
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ | 
| D | IccFileHandlerTest.java | 216         final CountDownLatch latch = new CountDownLatch(1);  in loadEFLinearFixedAll_FileNotFoundAtGetRecord()  local241         final CountDownLatch latch = new CountDownLatch(2);  in loadEFLinearFixedAll_FileNotFoundAtReadRecord()  local
 272         final CountDownLatch latch = new CountDownLatch(1);  in loadEFLinearFixedAll_ExceptionAtGetRecord()  local
 298         final CountDownLatch latch = new CountDownLatch(2);  in loadEFLinearFixedAll_ExceptionAtReadRecord()  local
 335         final CountDownLatch latch = new CountDownLatch(2);  in loadEFLinearFixedAll_FullLoop()  local
 
 | 
| /frameworks/base/services/autofill/java/com/android/server/autofill/ | 
| D | AutofillManagerServiceShellCommand.java | 261         final CountDownLatch latch = new CountDownLatch(1);  in getFieldClassificationScore()  local388         CountDownLatch latch = new CountDownLatch(1);  in getSavedPasswordCount()  local
 411         final CountDownLatch latch = new CountDownLatch(1);  in requestDestroy()  local
 427         final CountDownLatch latch = new CountDownLatch(1);  in requestList()  local
 451     private int requestSessionCommon(PrintWriter pw, CountDownLatch latch,  in requestSessionCommon()
 457     private int waitForLatch(PrintWriter pw, CountDownLatch latch) {  in waitForLatch()
 
 | 
| /frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger/ | 
| D | DeviceStateHandlerTest.java | 89         CountDownLatch latch;  in waitAndAssertState()  local101         CountDownLatch latch;  in waitToConfirmNoEventReceived()  local
 252         CountDownLatch latch;  in whenPhoneCallReceived_receiveStateChangeFast()  local
 
 | 
| /frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ | 
| D | ContentCaptureManagerServiceShellCommand.java | 185         final CountDownLatch latch = new CountDownLatch(1);  in requestDestroy()  local201         final CountDownLatch latch = new CountDownLatch(1);  in requestList()  local
 225     private int requestSessionCommon(PrintWriter pw, CountDownLatch latch,  in requestSessionCommon()
 231     private int waitForLatch(PrintWriter pw, CountDownLatch latch) {  in waitForLatch()
 
 | 
| /frameworks/base/packages/SettingsLib/Spa/testutils/src/com/android/settingslib/spa/testutils/ | 
| D | LiveDataTestUtil.kt | 31     val latch = CountDownLatch(1)  constant
 | 
| /frameworks/base/tests/TtsTests/src/com/android/speech/tts/ | 
| D | TextToSpeechTests.java | 191         final CountDownLatch latch = new CountDownLatch(1);  in blockingCallSpeak()  local204         final CountDownLatch latch = new CountDownLatch(1);  in blockingInitAndVerify()  local
 222     public static CountDownBehaviour doCountDown(final CountDownLatch latch) {  in doCountDown()
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ | 
| D | RecoverySnapshotListenersStorageTest.java | 62         CountDownLatch latch = new CountDownLatch(1);  in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified()  local85         CountDownLatch latch = new CountDownLatch(2);  in setSnapshotListener_doesNotRepeatedlyInvokeListener()  local
 
 | 
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ | 
| D | TaskStackChangedListenerTest.java | 115         final CountDownLatch latch = new CountDownLatch(1);  in testTaskStackChanged_afterFinish()  local130         final CountDownLatch latch = new CountDownLatch(1);  in testTaskStackChanged_resumeWhilePausing()  local
 146         final CountDownLatch latch = new CountDownLatch(1);  in testTaskDescriptionChanged()  local
 178         final CountDownLatch latch = new CountDownLatch(1);  in testActivityRequestedOrientationChanged()  local
 387     private void waitForCallback(CountDownLatch latch) {  in waitForCallback()
 
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ | 
| D | ShellExecutor.java | 47         final CountDownLatch latch = new CountDownLatch(1);  in executeBlocking()  local71         final CountDownLatch latch = new CountDownLatch(1);  in executeBlockingForResult()  local
 
 | 
| /frameworks/base/core/tests/coretests/src/android/content/ | 
| D | AbstractCrossUserContentResolverTest.java | 89         final CountDownLatch latch = new CountDownLatch(1);  in unlockUser()  local175         public CrossUserContentServiceConnection(CountDownLatch latch) {  in CrossUserContentServiceConnection()
 199         public TestContentObserver(CountDownLatch latch, Uri exptectedUri, int expectedUserId) {  in TestContentObserver()
 
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ | 
| D | PhysicsAnimatorTestUtils.kt | 80         val latch = CountDownLatch(1)  in <lambda>()  constant129             val latch = CountDownLatch(animatingProperties.size)  in <lambda>()  constant
 185             val latch = CountDownLatch(1)  in <lambda>()  constant
 
 | 
| /frameworks/base/core/tests/coretests/src/com/android/internal/infra/ | 
| D | AndroidFutureTest.java | 54         CountDownLatch latch = new CountDownLatch(1);  in testWhenComplete_AlreadyComplete()  local66         CountDownLatch latch = new CountDownLatch(1);  in testWhenComplete_NotYetComplete()  local
 93         CountDownLatch latch = new CountDownLatch(1);  in testCompleteExceptionally_Listener()  local
 
 | 
| /frameworks/base/core/tests/coretests/src/android/animation/ | 
| D | AnimatorSetCallsTest.java | 347         CountDownLatch latch = new CountDownLatch(3);  in reentrantStart()  local367         CountDownLatch latch = new CountDownLatch(3);  in reentrantEnd()  local
 390         CountDownLatch latch = new CountDownLatch(3);  in reentrantPause()  local
 413         CountDownLatch latch = new CountDownLatch(3);  in reentrantResume()  local
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ | 
| D | SystemActionPerformerTest.java | 233         final CountDownLatch latch = new CountDownLatch(1);  in testPerformSystemActionNewAction()  local252         final CountDownLatch latch = new CountDownLatch(1);  in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()  local
 318         TestBroadcastReceiver(CountDownLatch latch) {  in TestBroadcastReceiver()
 
 | 
| /frameworks/base/core/tests/coretests/src/android/transition/ | 
| D | FadeTransitionTest.java | 53         TransitionLatch latch = setVisibilityInTransition(fadeOut, R.id.square1, View.INVISIBLE);  in testFadeOutAndIn()  local176         TransitionLatch latch = new TransitionLatch();  in setVisibilityInTransition()  local
 192         final CountDownLatch latch = new CountDownLatch(2);  in waitForAnimation()  local
 
 | 
| D | SlideTransitionTest.java | 58         TransitionLatch latch = setVisibilityInTransition(slideOut, R.id.square1, View.INVISIBLE);  in testShortSlide()  local94         TransitionLatch latch = new TransitionLatch();  in setVisibilityInTransition()  local
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ | 
| D | HintManagerServiceTest.java | 156         final CountDownLatch latch = new CountDownLatch(1);  in testPauseResumeHintSession()  local243         final CountDownLatch latch = new CountDownLatch(1);  in testReportActualWorkDuration()  local
 292         final CountDownLatch latch = new CountDownLatch(1);  in testDoHintInBackground()  local
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ | 
| D | ScrollCaptureFrameworkSmokeTest.java | 68         final CountDownLatch latch = new CountDownLatch(1);  in testBasicOperation()  local
 | 
| /frameworks/base/services/backup/java/com/android/server/backup/params/ | 
| D | AdbParams.java | 30     public final AtomicBoolean latch;  field in AdbParams
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/ | 
| D | ContextHubClientBrokerTest.java | 152         CountDownLatch latch = new CountDownLatch(1);  in testWakeLock_pendingIntent()  local182         CountDownLatch latch = new CountDownLatch(3);  in testWakeLock_pendingIntent_multipleTimes()  local
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ | 
| D | ControlsFavoritingActivityTest.kt | 62             val latch = CountDownLatch(1)  in waitForPost()  constant75     private var latch: CountDownLatch = CountDownLatch(1)  variable in com.android.systemui.controls.management.ControlsFavoritingActivityTest
 186         private val latch: CountDownLatch  constant
 
 | 
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/ | 
| D | BlobStoreConfigTest.java | 88         final CountDownLatch latch = new CountDownLatch(1);  in waitForListenerToHandle()  local
 |