Searched defs:COLUMN_ROOT_ID (Results 1 – 4 of 4) sorted by relevance
157 COLUMN_MAP_ROOTS.put(Root.COLUMN_ROOT_ID, TABLE_ROOT_EXTRA + "." + Root.COLUMN_ROOT_ID); in COLUMN_MAP_ROOTS.put()
767 mDatabase.queryRoots(resources, strings(Root.COLUMN_ROOT_ID))) { in testFailToReplaceExisitingUnmappedRoots()986 mDatabase.queryRoots(resources, strings(DocumentsContract.Root.COLUMN_ROOT_ID))) { in testMappingWithoutKey()1011 mDatabase.queryRoots(resources, strings(DocumentsContract.Root.COLUMN_ROOT_ID))) { in testMappingFailsWithoutKey()
39 public static final String COLUMN_ROOT_ID = "android:rootId"; field in RootCursorWrapper
421 public static final String COLUMN_ROOT_ID = "root_id"; field in DocumentsContract.Root