Searched refs:getRootOneshot (Results 1 – 7 of 7) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | ProvidersCache.java | 313 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot() method in ProvidersCache 314 return getRootOneshot(authority, rootId, false); in getRootOneshot() 317 public RootInfo getRootOneshot(String authority, String rootId, boolean forceRefresh) { in getRootOneshot() method in ProvidersCache
|
D | LoadRootTask.java | 52 return mProviders.getRootOneshot(mRootUri.getAuthority(), rootId); in run()
|
D | ProvidersAccess.java | 45 RootInfo getRootOneshot(String authority, String rootId); in getRootOneshot() method
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | LoadDocStackTask.java | 101 RootInfo root = mProviders.getRootOneshot(authority, path.getRootId()); in buildStack()
|
D | Metrics.java | 805 final RootInfo root = providers.getRootOneshot( in logStorageFileOperationFailure()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestProvidersAccess.java | 92 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot() method in TestProvidersAccess
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | CopyJob.java | 298 root = cache.getRootOneshot(root.authority, root.rootId, true); in verifySpaceAvailable()
|