/cts/tests/tests/content/src/android/content/cts/ |
D | MockSyncAdapter.java | 40 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/ |
D | BlockingCallback.java | 44 private final CountDownLatch mLatch = new CountDownLatch(1); field in BlockingCallback
|
D | OneTimeSettingsListener.java | 43 private final CountDownLatch mLatch = new CountDownLatch(1); field in OneTimeSettingsListener
|
D | OneTimeDeviceConfigListener.java | 44 private final CountDownLatch mLatch = new CountDownLatch(1); field in OneTimeDeviceConfigListener
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | AutoResetLatch.java | 28 private CountDownLatch mLatch; field in AutoResetLatch
|
/cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/ |
D | CaptureActivity.java | 28 private CountDownLatch mLatch = new CountDownLatch(1); field in CaptureActivity
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AutofillActivity.java | 35 private final CountDownLatch mLatch = new CountDownLatch(1); field in AutofillActivity
|
D | ContentSuggestionsActivity.java | 37 private final CountDownLatch mLatch = new CountDownLatch(1); field in ContentSuggestionsActivity
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | WebViewReadyHelper.java | 16 private final CountDownLatch mLatch; field in WebViewReadyHelper
|
/cts/tests/tests/role/src/android/app/role/cts/ |
D | WaitForResultActivity.java | 36 private CountDownLatch mLatch; field in WaitForResultActivity
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | GetCurrentLocationCapture.java | 15 private final CountDownLatch mLatch; field in GetCurrentLocationCapture
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | OpenGLES20NativeActivityOne.java | 45 private CountDownLatch mLatch = new CountDownLatch(1); field in OpenGLES20NativeActivityOne 115 private CountDownLatch mLatch; field in GL2Renderer
|
D | RendererBase.java | 40 protected CountDownLatch mLatch; field in RendererBase
|
D | OpenGLES20ActivityOne.java | 38 private CountDownLatch mLatch = new CountDownLatch(1); field in OpenGLES20ActivityOne
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | MultipleTimesRadioGroupListener.java | 34 private final CountDownLatch mLatch; field in MultipleTimesRadioGroupListener
|
D | MultipleTimesTextWatcher.java | 40 private final CountDownLatch mLatch; field in MultipleTimesTextWatcher
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | TrampolineForResultActivity.java | 33 private final CountDownLatch mLatch = new CountDownLatch(1); field in TrampolineForResultActivity
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityManagerMemoryClassLaunchActivity.java | 35 private final CountDownLatch mLatch = new CountDownLatch(1); field in ActivityManagerMemoryClassLaunchActivity
|
/cts/tests/tests/security/src/android/security/cts/ |
D | IsolatedProcessTest.java | 52 private CountDownLatch mLatch; field in IsolatedProcessTest
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ScannerNotificationReceiver.java | 33 private CountDownLatch mLatch = new CountDownLatch(1); field in ScannerNotificationReceiver
|
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/ |
D | CameraUtils.java | 61 private final CountDownLatch mLatch = new CountDownLatch(1); field in CameraUtils.CameraCallback
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowContextTests.java | 301 final CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestActivity 355 private CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestWindowService 412 private CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestComponentCallbacks
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | VoiceInteractionTest.java | 53 private final CountDownLatch mLatch = new CountDownLatch(1); field in VoiceInteractionTest
|
/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/ |
D | BiometricPromptTest.java | 41 private final CountDownLatch mLatch = new CountDownLatch(1); field in BiometricPromptTest
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | UserActionCallback.java | 53 private final CountDownLatch mLatch; field in UserActionCallback
|