HomeSort by relevance Sort by last modified time
    Searched refs:ROOT_FLAGS (Results 1 - 2 of 2) sorted by null

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
PagingProvider.java 40 private static final int ROOT_FLAGS = Root.FLAG_SUPPORTS_SEARCH | Root.FLAG_SUPPORTS_IS_CHILD;
43 super("Paging Root", ROOT_ID, ROOT_FLAGS, ROOT_DOC_ID);
InspectorProvider.java 43 private static final int ROOT_FLAGS = 0;
46 super("Inspector Root", ROOT_ID, ROOT_FLAGS, ROOT_DOC_ID);

Completed in 70 milliseconds