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

  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
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/tests/common/com/android/documentsui/testing/
TestProvidersAccess.java 92 public RootInfo getRootOneshot(String authority, String rootId) {

Completed in 338 milliseconds