Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
596 long rootSize = extras.getLong(EXTRA_SIZE, 1) * 1024 * 1024; in configure() local597 setSize(rootName, rootSize); in configure()627 public void setSize(String rootId, long rootSize) { in setSize() argument631 Log.d(TAG, "Set size of " + key + " : " + rootSize); in setSize()635 editor.putLong(key, rootSize); in setSize()638 root.capacity = rootSize; in setSize()