Searched refs:FLAG_SUPPORTS_RECENTS (Results 1 – 5 of 5) sorted by relevance
176 if ((root.flags & Root.FLAG_SUPPORTS_RECENTS) != 0) { in loadInBackground()
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE); in queryRoots()
416 public static final int FLAG_SUPPORTS_RECENTS = 1 << 2; field in DocumentsContract.Root
713 // creating documents. FLAG_SUPPORTS_RECENTS means your application's most718 Root.FLAG_SUPPORTS_RECENTS |
20639 field public static final int FLAG_SUPPORTS_RECENTS = 4; // 0x4