Searched refs:internalStorage (Results 1 – 1 of 1) sorted by relevance
501 Element internalStorage = doc.createElement(PREFIX + NODE_INTERNAL_STORAGE); in generateConfig() local502 hardware.appendChild(internalStorage); in generateConfig()506 internalStorage.appendChild(doc.createTextNode(Long.toString(internalStorageSize))); in generateConfig()507 internalStorage.setAttribute(ATTR_UNIT, UNIT_MEBIBYTES); in generateConfig()