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

  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
LoadRootTask.java 52 return mProviders.getRootOneshot(mRootUri.getAuthority(), rootId);
ProvidersAccess.java 45 RootInfo getRootOneshot(String authority, String rootId);
ProvidersCache.java 313 public RootInfo getRootOneshot(String authority, String rootId) {
314 return getRootOneshot(authority, rootId, false);
317 public RootInfo getRootOneshot(String authority, String rootId, boolean forceRefresh) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
LoadDocStackTask.java 101 RootInfo root = mProviders.getRootOneshot(authority, path.getRootId());
Metrics.java     [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestProvidersAccess.java 108 public RootInfo getRootOneshot(String authority, String rootId) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 319 root = cache.getRootOneshot(root.authority, root.rootId, true);
    [all...]

Completed in 86 milliseconds