Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
645 long rootSize = extras.getLong(EXTRA_SIZE, 100) * 1024 * 1024; in configure() local646 setSize(rootName, rootSize); in configure()679 public void setSize(String rootId, long rootSize) { in setSize() argument683 Log.d(TAG, "Set size of " + key + " : " + rootSize); in setSize()687 editor.putLong(key, rootSize); in setSize()690 root.capacity = rootSize; in setSize()