Home
last modified time | relevance | path

Searched refs:waitForCompletion (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTextureViewStressTest.java36 if (!getActivity().waitForCompletion()) { in testTextureViewStress48Hz()
44 if (!getActivity().waitForCompletion()) { in testTextureViewStress60Hz()
52 if (!getActivity().waitForCompletion()) { in testTextureViewStress70Hz()
60 if (!getActivity().waitForCompletion()) { in testTextureViewStress200Hz()
DTextureViewSnapshotTest.java29 if (!getActivity().waitForCompletion()) { in testTextureViewGrabSnapshot()
DTextureViewCameraTest.java57 assertTrue(mActivity.waitForCompletion(WAIT_TIMEOUT_IN_SECS)); in testTextureViewActivity()
DTextureViewSnapshotTestActivity.java54 public Boolean waitForCompletion() { in waitForCompletion() method in TextureViewSnapshotTestActivity
DTextureViewStressTestActivity.java76 public Boolean waitForCompletion() { in waitForCompletion() method in TextureViewStressTestActivity
DTextureViewCameraActivity.java117 public boolean waitForCompletion(long timeoutInSecs) throws InterruptedException { in waitForCompletion() method in TextureViewCameraActivity
/cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/
DCaptureHolo.java34 activity.waitForCompletion(); in testCaptureHolo()
DCaptureActivity.java30 public void waitForCompletion() throws InterruptedException { in waitForCompletion() method in CaptureActivity
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceImagesTest.java61 activity.waitForCompletion(TEST_RESULT_TIMEOUT)); in testGenerateReferenceImages()
DGenerateImagesActivity.java218 public boolean waitForCompletion(long timeoutMillis) throws InterruptedException { in waitForCompletion() method in GenerateImagesActivity
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java51 public void waitForCompletion() throws Exception { in waitForCompletion() method in GLReferenceActivity
DGLReferenceBenchmark.java51 activity.waitForCompletion(); in testReferenceBenchmark()
/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/
DCallbackUtils.kt96 fun waitForCompletion() { in waitForCompletion() method in android.companion.cts.multidevice.CallbackUtils.SystemDataTransferCallback
DCompanionDeviceManagerSnippet.kt158 callback.waitForCompletion() in startPermissionsSync()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DAnrTests.java196 private void startUnresponsiveActivity(String delayTypeExtra, boolean waitForCompletion, in startUnresponsiveActivity() argument
198 String flags = waitForCompletion ? " -W -n " : " -n "; in startUnresponsiveActivity()
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java134 activity.waitForCompletion(); in runBenchmark()
DGLPrimitiveActivity.java85 public void waitForCompletion() throws Exception { in waitForCompletion() method in GLPrimitiveActivity
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupRestoreTest.java321 observer.waitForCompletion(); in requestBackupInternal()
334 public void waitForCompletion() throws Exception { in waitForCompletion() method in KeyValueBackupRestoreTest.RequestBackupObserver
/cts/tests/net/src/android/net/cts/
DLocalSocketTest.java361 inputStreamReader.waitForCompletion(5000); in testFlushWorks()
507 public void waitForCompletion(long waitMillis) throws Exception { in waitForCompletion() method in LocalSocketTest.StreamReader
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java983 public boolean waitForCompletion() { in waitForCompletion() method in StorageManagerTest.ObbObserver
1045 observer.waitForCompletion()); in mountObb()
1068 assertTrue("Mount should have completed", observer.waitForCompletion()); in waitForObbActionCompletion()
1090 observer.waitForCompletion()); in unmountObb()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java1366 public void waitForCompletion(long timeoutMs) throws Exception { in waitForCompletion() method in VideoCodecTestBase.MediaEncoderAsync
1675 codec.waitForCompletion(DEFAULT_ENCODE_TIMEOUT_MS); in encodeAsync()