Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParser.java699 String[] propIdStrings = stringValue.split("::"); in parseConstantValue() local
700 if (propIdStrings.length != 2 || propIdStrings[0].isEmpty() || propIdStrings[1].isEmpty()) { in parseConstantValue()
704 String enumClassName = ENUM_CLASS_DIRECTORY + propIdStrings[0]; in parseConstantValue()
705 String constantName = propIdStrings[1]; in parseConstantValue()
707 if (Objects.equals(propIdStrings[0], "Constants")) { in parseConstantValue()