Searched refs:getRequiredAttribute (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java279 String packageName = getRequiredAttribute(attributes, "package");
284 String libraryName = getRequiredAttribute(attributes, "name");
355 String varName = getRequiredAttribute(attributes, "name");
372 String className = getRequiredAttribute(attributes, "class");
373 mCurFilterName = getRequiredAttribute(attributes, "name");
389 String inputName = getRequiredAttribute(attributes, "name");
433 private static String getRequiredAttribute(Attributes attributes, String name) method in class:GraphReader.XmlGraphReader.GraphDataHandler

Completed in 491 milliseconds