Searched refs:getAllStaticInfo (Results 1 – 2 of 2) sorted by relevance
386 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);
172 public HashMap<String, StaticMetadata> getAllStaticInfo() { in getAllStaticInfo() method in Camera2AndroidTestRule