Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
665 long rootSize = extras.getLong(EXTRA_SIZE, 100) * 1024 * 1024; in configure() local666 setSize(rootName, rootSize); in configure()699 public void setSize(String rootId, long rootSize) { in setSize() argument703 Log.d(TAG, "Set size of " + key + " : " + rootSize); in setSize()707 editor.putLong(key, rootSize); in setSize()710 root.capacity = rootSize; in setSize()