/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
H A D | FullScreenTask.java | 215 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetProperty 235 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetList 252 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetLayout 267 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetTitle
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/ |
D | OnDevicePersonalizationManagingServiceTest.java | 677 private final CountDownLatch mLatch = new CountDownLatch(1); field in OnDevicePersonalizationManagingServiceTest.ExecuteCallback 715 private final CountDownLatch mLatch = new CountDownLatch(1); field in OnDevicePersonalizationManagingServiceTest.RequestSurfacePackageCallback 750 private final CountDownLatch mLatch = new CountDownLatch(1); field in OnDevicePersonalizationManagingServiceTest.RegisterMeasurementEventCallback 774 private final CountDownLatch mLatch = new CountDownLatch(1); field in OnDevicePersonalizationManagingServiceTest.IsFeatureEnabledCallback
|
/aosp_15_r20/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/ |
H A D | QuickAccessWalletClientTest.java | 619 private final CountDownLatch mLatch = new CountDownLatch(1); field in QuickAccessWalletClientTest.TestCallback 643 private final CountDownLatch mLatch = new CountDownLatch(1); field in QuickAccessWalletClientTest.TestEventListener 662 private final CountDownLatch mLatch = new CountDownLatch(1); field in QuickAccessWalletClientTest.TestPendingIntentListener 684 private final CountDownLatch mLatch = new CountDownLatch(1); field in QuickAccessWalletClientTest.TestPendingIntentSentListener
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | PersisterQueueTests.java | 319 private CountDownLatch mLatch; field in PersisterQueueTests.TestWriteQueueItemFactory 346 private CountDownLatch mLatch; field in PersisterQueueTests.TestItem 374 CountDownLatch mLatch) { in FilterableTestItem()
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/ |
H A D | MockSyncAdapter.java | 40 private volatile CountDownLatch mLatch; field in MockSyncAdapter 76 public void setLatch(CountDownLatch mLatch) { in setLatch()
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | PacProxyManagerTest.java | 113 private final CountDownLatch mLatch = new CountDownLatch(1); field in PacProxyManagerTest.TestPacProxyInstalledListener 127 private final CountDownLatch mLatch = new CountDownLatch(1); field in PacProxyManagerTest.ProxyBroadcastReceiver
|
D | DnsResolverTest.java | 254 private final CountDownLatch mLatch = new CountDownLatch(1); field in DnsResolverTest.VerifyCancelCallback 585 private final CountDownLatch mLatch = new CountDownLatch(1); field in DnsResolverTest.VerifyCancelInetAddressCallback
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/mediacognitionservices/ |
D | MediaCognitionServiceTest.java | 174 private CountDownLatch mLatch = new CountDownLatch(1); field in MediaCognitionServiceTest.TestProcessMediaCallback 199 private CountDownLatch mLatch = new CountDownLatch(1); field in MediaCognitionServiceTest.TestGetVersionsCallback
|
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | OpenGLES20NativeActivityOne.java | 45 private CountDownLatch mLatch = new CountDownLatch(1); field in OpenGLES20NativeActivityOne 115 private CountDownLatch mLatch; field in GL2Renderer
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | AbstractCrossUserContentResolverTest.java | 173 private final CountDownLatch mLatch; field in AbstractCrossUserContentResolverTest.CrossUserContentServiceConnection 195 private final CountDownLatch mLatch; field in AbstractCrossUserContentResolverTest.TestContentObserver
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
H A D | MockSatelliteServiceManager.java | 248 private final CountDownLatch mLatch; field in MockSatelliteServiceManager.TestSatelliteServiceConnection 270 private final CountDownLatch mLatch; field in MockSatelliteServiceManager.ExternalSatelliteServiceConnection 328 private final CountDownLatch mLatch; field in MockSatelliteServiceManager.TestSatelliteGatewayServiceConnection 361 private final CountDownLatch mLatch; field in MockSatelliteServiceManager.ExternalSatelliteGatewayServiceConnection
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/hardware/power/ |
D | CarPowerManagerTest.java | 619 private final CountDownLatch mLatch; field in CarPowerManagerTest.WaitablePowerStateListener 650 private final CountDownLatch mLatch; field in CarPowerManagerTest.WaitablePowerStateListenerWithCompletion 727 private final CountDownLatch mLatch = new CountDownLatch(1); field in CarPowerManagerTest.MockedPowerPolicyListener
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/sdksandbox/ |
D | SdkSandboxTest.java | 700 private CountDownLatch mLatch; field in SdkSandboxTest.LoadSdkCallback 778 private CountDownLatch mLatch; field in SdkSandboxTest.RequestSurfacePackageCallbackImpl 833 private final CountDownLatch mLatch; field in SdkSandboxTest.SdkHolderToSdkSandboxServiceCallbackImpl
|
/aosp_15_r20/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/ |
H A D | UninstallTest.java | 100 private CountDownLatch mLatch; field in UninstallTest 359 private final CountDownLatch mLatch; field in UninstallTest.UninstallStatusReceiver
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/window/ |
H A D | WindowContextTest.java | 394 private CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTest.ConfigurationListener 407 final CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTest.AttachStateListener
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | SystemGestureExclusionRectsTest.java | 270 private final CountDownLatch mLatch = new CountDownLatch(1); field in SystemGestureExclusionRectsTest.GestureExclusionLatcher 301 private final CountDownLatch mLatch; field in SystemGestureExclusionRectsTest.AnimationDoneListener
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/virtualcreators/ |
H A D | VirtualInputDeviceCreator.kt | 207 private val mLatch = CountDownLatch(1) in <lambda>() constant in android.hardware.input.cts.virtualcreators.VirtualInputDeviceCreator.InputDeviceAddedWaiter
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
H A D | WindowContextTests.java | 384 private CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestWindowService 447 private CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTests.TestComponentCallbacks
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSocketTestBase.java | 183 final TestCountDownLatch mLatch; field in IkeSocketTestBase.DummyPacketReceiver 197 private CountDownLatch mLatch; field in IkeSocketTestBase.TestCountDownLatch
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
H A D | VirtualInputDeviceGenericTest.kt | 242 private val mLatch = CountDownLatch(1) in <lambda>() constant in android.hardware.input.cts.tests.VirtualInputDeviceGenericTest.InputDeviceRemovedWaiter
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/system-server/tests/unit/src/android/security/rkp/service/test/ |
D | RegistrationProxyTests.java | 98 final CountDownLatch mLatch = new CountDownLatch(1); field in RegistrationProxyTests.ErrorReceiver 124 final CountDownLatch mLatch = new CountDownLatch(1); field in RegistrationProxyTests.ResultReceiver
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/ |
H A D | PerformFullTransportBackupTask.java | 156 CountDownLatch mLatch; field in PerformFullTransportBackupTask 759 final CountDownLatch mLatch = new CountDownLatch(1); field in PerformFullTransportBackupTask.SinglePackageBackupPreflight
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | WindowContextTestActivity.java | 29 final CountDownLatch mLatch = new CountDownLatch(1); field in WindowContextTestActivity
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/testutils/device-side/android/app/sdksandbox/testutils/ |
D | FakeSdkSandboxProcessDeathCallback.java | 26 private CountDownLatch mLatch = new CountDownLatch(1); field in FakeSdkSandboxProcessDeathCallback
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | ImsServiceConnector.java | 93 private final CountDownLatch mLatch; field in ImsServiceConnector.TestCarrierServiceConnection 113 private final CountDownLatch mLatch; field in ImsServiceConnector.TestDeviceServiceConnection
|