Home
last modified time | relevance | path

Searched defs:mLatch (Results 1 – 25 of 76) sorted by relevance

1234

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DOneTimeCancellationSignalListener.java32 private final CountDownLatch mLatch = new CountDownLatch(1); field in OneTimeCancellationSignalListener
DMultipleTimesRadioGroupListener.java34 private final CountDownLatch mLatch; field in MultipleTimesRadioGroupListener
DMultipleTimesTextWatcher.java40 private final CountDownLatch mLatch; field in MultipleTimesTextWatcher
/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java40 private volatile CountDownLatch mLatch; field in MockSyncAdapter
76 public void setLatch(CountDownLatch mLatch) { in setLatch()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBlockingCallback.java44 private final CountDownLatch mLatch = new CountDownLatch(1); field in BlockingCallback
DOneTimeSettingsListener.java43 private final CountDownLatch mLatch = new CountDownLatch(1); field in OneTimeSettingsListener
DOneTimeDeviceConfigListener.java44 private final CountDownLatch mLatch = new CountDownLatch(1); field in OneTimeDeviceConfigListener
/cts/tests/tests/assist/common/src/android/assist/common/
DAutoResetLatch.java28 private CountDownLatch mLatch; field in AutoResetLatch
/cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/
DCaptureActivity.java28 private CountDownLatch mLatch = new CountDownLatch(1); field in CaptureActivity
/cts/tests/tests/role/src/android/app/role/cts/
DWaitForResultActivity.java36 private CountDownLatch mLatch; field in WaitForResultActivity
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DWebViewReadyHelper.java16 private final CountDownLatch mLatch; field in WebViewReadyHelper
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPrintActivity.java36 private final CountDownLatch mLatch = new CountDownLatch(1); field in PrintActivity
DAutofillActivity.java35 private final CountDownLatch mLatch = new CountDownLatch(1); field in AutofillActivity
DContentSuggestionsActivity.java37 private final CountDownLatch mLatch = new CountDownLatch(1); field in ContentSuggestionsActivity
/cts/tests/location/common/src/android/location/cts/common/
DGetCurrentLocationCapture.java15 private final CountDownLatch mLatch; field in GetCurrentLocationCapture
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20NativeActivityOne.java45 private CountDownLatch mLatch = new CountDownLatch(1); field in OpenGLES20NativeActivityOne
115 private CountDownLatch mLatch; field in GL2Renderer
DRendererBase.java40 protected CountDownLatch mLatch; field in RendererBase
DOpenGLES20ActivityOne.java38 private CountDownLatch mLatch = new CountDownLatch(1); field in OpenGLES20ActivityOne
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DTrampolineForResultActivity.java33 private final CountDownLatch mLatch = new CountDownLatch(1); field in TrampolineForResultActivity
/cts/tests/app/app/src/android/app/stubs/
DActivityManagerMemoryClassLaunchActivity.java35 private final CountDownLatch mLatch = new CountDownLatch(1); field in ActivityManagerMemoryClassLaunchActivity
/cts/tests/tests/security/src/android/security/cts/
DIsolatedProcessTest.java52 private CountDownLatch mLatch; field in IsolatedProcessTest
/cts/tests/tests/media/src/android/media/cts/
DScannerNotificationReceiver.java33 private CountDownLatch mLatch = new CountDownLatch(1); field in ScannerNotificationReceiver
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DCameraUtils.java61 private final CountDownLatch mLatch = new CountDownLatch(1); field in CameraUtils.CameraCallback
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionTest.java53 private final CountDownLatch mLatch = new CountDownLatch(1); field in VoiceInteractionTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java248 final CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestActivity
284 private CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestComponentCallbacks

1234