Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DPickResultTest.java38 assertThat(mPickResult.getFileCount()).isEqualTo(10); in testFileCount()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickResult.java87 public int getFileCount() { in getFileCount() method in PickResult
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetrics.java328 result.getFileCount(), in logPickResult()