Searched defs:rootId (Results 1 – 4 of 4) sorted by relevance
45 const rootId = assertDefined( constant
24 private rootId: string | number = 'UnknownRootId'; property in PropertyTreeBuilderFromProto
154 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()206 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
51 const rootId = this.makeHierarchyNodeId(); constant