/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | ParentChildTestBase.java | 36 private void startTestCase(String testCase) throws Exception { in startTestCase() 42 private void startTestCaseDocked(String testCase) throws Exception { in startTestCaseDocked() 52 void doFullscreenTest(String testCase, ParentChildTest t) throws Exception { in doFullscreenTest() 59 private void doDockedTest(String testCase, ParentChildTest t) throws Exception { in doDockedTest() 70 void doParentChildTest(String testCase, ParentChildTest t) throws Exception { in doParentChildTest()
|
D | DialogFrameTestActivity.java | 73 final String testCase = intent.getStringExtra(EXTRA_TEST_CASE); in setupTest() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/ |
D | CameraPerformanceActivity.java | 80 private void executeTest(TestCase testCase) { in executeTest() 205 Camera2AndroidTestCase testCase = (Camera2AndroidTestCase) test; in initializeTestCases() local 222 mTestCaseMap.put(testCase.getName(), testCase); in initializeTestCases() local 224 TestCase testCase = (CameraTestCase) test; in initializeTestCases() local 225 mTestCaseMap.put(testCase.getName(), testCase); in initializeTestCases() local 267 TestCase testCase = mTestCaseMap.get(mTestId); in performTest() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | IntentTests.java | 86 public IntentTests(TestCase testCase, String name) { in IntentTests() 137 TestCase testCase = TestCase.fromJson( in readAllFromAssets() local 147 static void writeToDocumentsStorage(TestCase testCase, int number, String dirName) in writeToDocumentsStorage()
|
D | IntentGenerationTests.java | 112 TestCase testCase = readFromStorage(test); in verifySingle() local
|
D | LaunchRunner.java | 88 void verify(Context initialContext, Persistence.TestCase testCase) { in verify() 139 Persistence.TestCase testCase = this.runAndSerialize(launches.get(i), startContext, in runAndWrite() local
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioHardware.cpp | 77 TaskCase* testCase) in createAudioHw() 109 bool AudioHardware::startPlaybackOrRecordById(const android::String8& id, TaskCase* testCase) in startPlaybackOrRecordById()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | BubblesTestService.java | 50 final int testCase = intent.getIntExtra(EXTRA_TEST_CASE, TEST_SUCCESS); in onStartCommand() local 61 private Notification getNotificationForTest(final int testCase, final Context context) { in getNotificationForTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestResult.java | 138 protected void run(TestCase testCase) { in run() 154 public TestNode(TestCase testCase) { in TestNode()
|
/cts/suite/audio_quality/test/ |
D | ModelBuilderTest.cpp | 29 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local 37 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
|
D | AudioHardwareTest.cpp | 39 TaskCase* testCase = new TaskCase(); in TEST_F() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | GnssCtsTestResult.java | 136 protected void run(TestCase testCase) { in run()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | OpenGLES20NativeActivityOne.java | 91 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 145 private TestPositionInfo runRenderSpec(TestCase testCase) { in runRenderSpec() 166 private Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 145 private TestPositionInfo runRenderSpec(TestCase testCase) { in runRenderSpec() 166 private Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec()
|
/cts/suite/audio_quality/lib/src/task/ |
D | ModelBuilder.cpp | 207 std::unique_ptr<TaskCase> testCase; in parseBatch() local
|
/cts/tests/tests/print/src/android/print/cts/ |
D | CustomPrintOptionsTest.java | 244 private void testCase(final boolean copyFromOriginal, final Integer numCopies, in testCase() method in CustomPrintOptionsTest
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 465 ImageReaderTestCase testCase( in takePictures() local 554 ImageReaderTestCase testCase( in Java_android_media_cts_NativeImageReaderTest_testCreateSurfaceNative() local
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | CapturedActivity.java | 324 public void verifyTest(ISurfaceValidatorTestCase testCase, TestName name) throws Throwable { in verifyTest()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 1871 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceOpenAndCloseNative() local 2179 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative() local 2317 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSharedOutputUpdate() local 2586 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSimplePreviewNative() local 2696 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDevicePreviewWithSessionParametersNative() local 2828 PreviewTestCase testCase; in nativeCameraDeviceLogicalPhysicalStreaming() local 3119 PreviewTestCase testCase; in nativeImageReaderTestBase() local 3385 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceCaptureFailureNative() local 3713 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local
|
/cts/common/device-side/nativetesthelper/jni/ |
D | gtest_wrapper.cpp | 211 auto testCase = unitTest->GetTestCase(testCaseIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMetadataRetrieverTest.java | 477 private void verifyVideoFrame(Bitmap bitmap, int[] testCase) { in verifyVideoFrame()
|