Home
last modified time | relevance | path

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

/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd706 <li>{@link android.provider.DocumentsProvider#queryRoots queryRoots()}</li>
719 <h4 id="queryRoots">Implement queryRoots</h4>
721 <p>Your implementation of {@link android.provider.DocumentsProvider#queryRoots
722 queryRoots()} must return a {@link android.database.Cursor} pointing to all the
735 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
892 zero roots in your implementation of {@link android.provider.DocumentsProvider#queryRoots
893 queryRoots()}. That is, an empty root cursor:</p>
896 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
909 logged in, a call to {@link android.provider.DocumentsProvider#queryRoots queryRoots()} returns an
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java277 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots() method in DocumentsProvider
481 return queryRoots(projection); in query()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java55 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in BugreportStorageProvider
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java112 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestDocumentsProvider
DExternalStorageProvider.java303 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in ExternalStorageProvider
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java120 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StubProvider
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd414 <dt>{@link android.provider.DocumentsProvider#queryRoots queryRoots()}</dt>
/frameworks/base/api/
Dcurrent.txt26053 …method public abstract android.database.Cursor queryRoots(java.lang.String[]) throws java.io.FileN…
Dsystem-current.txt28009 …method public abstract android.database.Cursor queryRoots(java.lang.String[]) throws java.io.FileN…