Searched refs:queryRoots (Results 1 – 9 of 9) sorted by relevance
706 <li>{@link android.provider.DocumentsProvider#queryRoots queryRoots()}</li>719 <h4 id="queryRoots">Implement queryRoots</h4>721 <p>Your implementation of {@link android.provider.DocumentsProvider#queryRoots722 queryRoots()} must return a {@link android.database.Cursor} pointing to all the735 public Cursor queryRoots(String[] projection) throws FileNotFoundException {892 zero roots in your implementation of {@link android.provider.DocumentsProvider#queryRoots893 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
277 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots() method in DocumentsProvider481 return queryRoots(projection); in query()
55 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in BugreportStorageProvider
112 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in TestDocumentsProvider
303 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in ExternalStorageProvider
120 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() method in StubProvider
414 <dt>{@link android.provider.DocumentsProvider#queryRoots queryRoots()}</dt>
26053 …method public abstract android.database.Cursor queryRoots(java.lang.String[]) throws java.io.FileN…
28009 …method public abstract android.database.Cursor queryRoots(java.lang.String[]) throws java.io.FileN…