Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/tests/src/com/android/contacts/database/
DNoNullCursorAsyncQueryHandlerTest.java59 final CountDownLatch latch = new CountDownLatch(1); in testCursorIsNotNull() local
89 final CountDownLatch latch = new CountDownLatch(1); in testCursorContainsCorrectCookies() local
116 final CountDownLatch latch = new CountDownLatch(1); in testCursorContainsCorrectColumns() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProviderBroadcastReceiverTest.java41 final CountDownLatch latch = new CountDownLatch(1); in testBroadcastToRealProvider() local
/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
DUiBlockerControllerTest.java54 final CountDownLatch latch = new CountDownLatch(1); in start_isSyncedReturnFalseUntilAllWorkDone() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java115 final CountDownLatch latch = new CountDownLatch(2); in updateProjectionStatus_defaultState() local
137 final CountDownLatch latch = new CountDownLatch(1); in updateProjectionStatus_subscribeAfterUpdate() local
181 final CountDownLatch latch = new CountDownLatch(2); in updateProjectionStatus_subscribeBeforeUpdate() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DCondition.java23 final CountDownLatch latch = new CountDownLatch(1); in runOnUiThread() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DArchivesProviderTest.java101 final CountDownLatch latch = new CountDownLatch(1); in testOpen_Success() local
153 final CountDownLatch latch = new CountDownLatch(1); in testOpen_Failure() local
260 final CountDownLatch latch = new CountDownLatch(1); in testNoNotificationAfterAllReleased() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsTaskSchedulerTest.java31 final CountDownLatch latch; field in ContactsTaskSchedulerTest.MyContactsTaskScheduler
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DLatchedConsumer.java16 private CountDownLatch latch; field in LatchedConsumer
DTestScheduledExecutorService.java173 CountDownLatch latch = new CountDownLatch(1); in waitForTasks() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DProfileOwnerProvisioningControllerTest.java150 final CountDownLatch latch = new CountDownLatch(1); in testCancel() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DEligibleCardChecker.java107 final CountDownLatch latch = new CountDownLatch(1); in bindSlice() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DRecentsLoaderTests.java116 CountDownLatch latch = new CountDownLatch(1); in testContentsUpdate_observable() local
DAbstractActionHandlerTest.java263 CountDownLatch latch = new CountDownLatch(1); in testLoadChildrenDocuments() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJobListener.java34 private final CountDownLatch latch = new CountDownLatch(1); field in TestJobListener
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DEligibleCardChecker.java117 final CountDownLatch latch = new CountDownLatch(1); in bindSlice() local
/packages/modules/ExtServices/tests/src/android/ext/services/watchdog/
DExplicitHealthCheckServiceImplTest.java105 CountDownLatch latch = new CountDownLatch(1); in testHealthCheckSupportedPackage() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DAccountsSettingsFragmentTests.java161 final CountDownLatch latch = new CountDownLatch(1); in initDialog() local
/packages/apps/Dialer/java/com/android/dialer/persistentlog/
DPersistentLogger.java141 private final CountDownLatch latch = new CountDownLatch(1); field in PersistentLogger.DumpStringRunnable
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java171 final CountDownLatch latch = new CountDownLatch(1); in apply() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSocketTestBase.java171 DummyPacketReceiver(TestCountDownLatch latch) { in DummyPacketReceiver()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DFileLog.java109 CountDownLatch latch = new CountDownLatch(1); in flushAll() local
/packages/apps/Dialer/java/com/android/incallui/multisim/
DSwapSimWorker.java156 void setLatchForTest(CountDownLatch latch) { in setLatchForTest()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java504 final CountDownLatch latch = new CountDownLatch(1); in testIncomingCallBlockCheckTimesoutIsAllowed() local
632 final CountDownLatch latch = new CountDownLatch(tasks.length); in rapidFire() local
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java279 CountDownLatch latch = new CountDownLatch(EXPECTED_EVENTS); in verifyEventsFromSingleProperty() local
/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
DBlockedNumberProviderTest.java166 final CountDownLatch latch = new CountDownLatch(2); in testChangesNotified() local

12