Home
last modified time | relevance | path

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

/sdk/device_validator/dvlib/src/com/android/dvlib/
DDeviceSchema.java99 public static final String NODE_LOCATION = "location"; field in DeviceSchema
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java113 public static final String NODE_LOCATION = "location"; field in ConfigGenerator
383 Element location = doc.createElement(PREFIX + NODE_LOCATION); in generateConfig()
614 Element location = doc.createElement(PREFIX + NODE_LOCATION); in getCameraElements()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DDeviceWriter.java168 addElement(doc, camera, DeviceSchema.NODE_LOCATION, c.getLocation().toString()); in generateHardwareNode()
DDeviceParser.java193 } else if (DeviceSchema.NODE_LOCATION.equals(localName)) { in endElement()