Home
last modified time | relevance | path

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

/sdk/device_validator/dvlib/src/com/android/dvlib/
DDeviceSchema.java87 public static final String NODE_REMOVABLE_STORAGE = "removable-storage"; field in DeviceSchema
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DDeviceParser.java102 || DeviceSchema.NODE_REMOVABLE_STORAGE.equals(localName)) { in startElement()
213 } else if (DeviceSchema.NODE_REMOVABLE_STORAGE.equals(localName)) { in endElement()
DDeviceWriter.java185 addStorageElement(doc, hardware, DeviceSchema.NODE_REMOVABLE_STORAGE, in generateHardwareNode()
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java108 public static final String NODE_REMOVABLE_STORAGE = "removable-storage"; field in ConfigGenerator
509 Element externalStorage = doc.createElement(PREFIX + NODE_REMOVABLE_STORAGE); in generateConfig()