Home
last modified time | relevance | path

Searched refs:getAllStaticInfo (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java386 if (!mTestRule.getAllStaticInfo().get(id).isColorOutputSupported()) { in testSingleCaptureForFormat()
391 StreamConfigurationMap configMap = mTestRule.getAllStaticInfo().get( in testSingleCaptureForFormat()
611 StaticMetadata staticMetadata = mTestRule.getAllStaticInfo().get(id); in testMultipleCapture()
1062 StaticMetadata staticMetadata = mTestRule.getAllStaticInfo().get(id); in testZoomSettingsOverrideLatency()
1210 StaticMetadata staticMetadata = mTestRule.getAllStaticInfo().get(id);
1251 StaticMetadata staticMetadata = mTestRule.getAllStaticInfo().get(id);
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestRule.java172 public HashMap<String, StaticMetadata> getAllStaticInfo() { in getAllStaticInfo() method in Camera2AndroidTestRule