Searched defs:COLUMN_ROOT_ID (Results 1 – 3 of 3) sorted by relevance
157 COLUMN_MAP_ROOTS.put(Root.COLUMN_ROOT_ID, TABLE_ROOT_EXTRA + "." + Root.COLUMN_ROOT_ID); in COLUMN_MAP_ROOTS.put()
768 mDatabase.queryRoots(resources, strings(Root.COLUMN_ROOT_ID))) { in testFailToReplaceExisitingUnmappedRoots()987 mDatabase.queryRoots(resources, strings(DocumentsContract.Root.COLUMN_ROOT_ID))) { in testMappingWithoutKey()1012 mDatabase.queryRoots(resources, strings(DocumentsContract.Root.COLUMN_ROOT_ID))) { in testMappingFailsWithoutKey()
567 public static final String COLUMN_ROOT_ID = "root_id"; field in DocumentsContract.Root