Home
last modified time | relevance | path

Searched refs:waitForStatus (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractPublicApiTest.java120 waitForStatus(status, startMillis); in runUntilStatus()
126 waitForStatus(status, startMillis, timeout); in runUntilStatus()
129 void waitForStatus(int expected, long afterMillis) throws TimeoutException { in waitForStatus() method in AbstractPublicApiTest.Download
130 waitForStatus(expected, afterMillis, 15 * SECOND_IN_MILLIS); in waitForStatus()
133 void waitForStatus(int expected, long afterMillis, long timeout) throws TimeoutException { in waitForStatus() method in AbstractPublicApiTest.Download
H A DThreadingTest.java68 d.first.waitForStatus(DownloadManager.STATUS_SUCCESSFUL, startMillis); in testFilenameRace()
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp274 bool waitForStatus(Status status) const { in waitForStatus() function in TestCameraDeviceCallbacks
300 return waitForStatus(IDLE); in waitForIdle()
555 EXPECT_TRUE(callbacks->waitForStatus(TestCameraDeviceCallbacks::SENT_RESULT)); in TEST_F()
583 EXPECT_TRUE(callbacks->waitForStatus(TestCameraDeviceCallbacks::SENT_RESULT)); in TEST_F()
621 EXPECT_TRUE(callbacks->waitForStatus(TestCameraDeviceCallbacks::SENT_RESULT)); in TEST_F()
/aosp12/frameworks/hardware/interfaces/cameraservice/vts/functional/
H A DVtsHalCameraServiceV2_0TargetTest.cpp244 bool waitForStatus(Status status) const { in waitForStatus() function in android::CameraDeviceCallbacks
266 bool waitForIdle() const { return waitForStatus(IDLE); } in waitForIdle()
505 EXPECT_TRUE(callbacks->waitForStatus(CameraDeviceCallbacks::Status::RESULT_RECEIVED)); in TEST_P()
522 EXPECT_TRUE(callbacks->waitForStatus(CameraDeviceCallbacks::Status::RESULT_RECEIVED)); in TEST_P()