Home
last modified time | relevance | path

Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java645 long rootSize = extras.getLong(EXTRA_SIZE, 100) * 1024 * 1024; in configure() local
646 setSize(rootName, rootSize); in configure()
679 public void setSize(String rootId, long rootSize) { in setSize() argument
683 Log.d(TAG, "Set size of " + key + " : " + rootSize); in setSize()
687 editor.putLong(key, rootSize); in setSize()
690 root.capacity = rootSize; in setSize()