Searched refs:NODE_REMOVABLE_STORAGE (Results 1 – 4 of 4) sorted by relevance
87 public static final String NODE_REMOVABLE_STORAGE = "removable-storage"; field in DeviceSchema
102 || DeviceSchema.NODE_REMOVABLE_STORAGE.equals(localName)) { in startElement()213 } else if (DeviceSchema.NODE_REMOVABLE_STORAGE.equals(localName)) { in endElement()
185 addStorageElement(doc, hardware, DeviceSchema.NODE_REMOVABLE_STORAGE, in generateHardwareNode()
108 public static final String NODE_REMOVABLE_STORAGE = "removable-storage"; field in ConfigGenerator509 Element externalStorage = doc.createElement(PREFIX + NODE_REMOVABLE_STORAGE); in generateConfig()