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.java665 long rootSize = extras.getLong(EXTRA_SIZE, 100) * 1024 * 1024; in configure() local
666 setSize(rootName, rootSize); in configure()
699 public void setSize(String rootId, long rootSize) { in setSize() argument
703 Log.d(TAG, "Set size of " + key + " : " + rootSize); in setSize()
707 editor.putLong(key, rootSize); in setSize()
710 root.capacity = rootSize; in setSize()