Home | History | Annotate | Download | only in model

Lines Matching refs:rootId

48     public String rootId;
69 rootId = null;
89 rootId = DurableUtils.readNullableString(in);
108 DurableUtils.writeNullableString(out, rootId);
145 root.rootId = getCursorString(cursor, Root.COLUMN_ROOT_ID);
175 return authority == null && rootId == null;
188 && "images_root".equals(rootId);
193 && "videos_root".equals(rootId);
198 && "audio_root".equals(rootId);
203 return "Root{authority=" + authority + ", rootId=" + rootId + ", title=" + title + "}";
244 return Objects.equals(authority, root.authority) && Objects.equals(rootId, root.rootId);
252 return Objects.hash(authority, rootId);