Home | History | Annotate | Download | only in documentsui

Lines Matching refs:rootId

105         mRecentsRoot.rootId = null;
280 public RootInfo getRootOneshot(String authority, String rootId) {
282 RootInfo root = getRootLocked(authority, rootId);
286 root = getRootLocked(authority, rootId);
292 public RootInfo getRootBlocking(String authority, String rootId) {
296 return getRootLocked(authority, rootId);
300 private RootInfo getRootLocked(String authority, String rootId) {
302 if (Objects.equals(root.rootId, rootId)) {
315 if (Objects.equals(test.rootId, root.rootId)) {