Home
last modified time | relevance | path

Searched refs:FLAG_SUPPORTS_SEARCH (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DSearchViewManager.java129 && ((root.flags & Root.FLAG_SUPPORTS_SEARCH) != 0)); in update()
DBaseActivity.java450 return (root.flags & Root.FLAG_SUPPORTS_SEARCH) != 0; in canSearchRoot()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java716 private static final int DEFAULT_ROOTS_FLAGS = Root.FLAG_SUPPORTS_SEARCH
739 flags = enabled ? (flags | Root.FLAG_SUPPORTS_SEARCH) in setSearchEnabled()
740 : (flags & ~Root.FLAG_SUPPORTS_SEARCH); in setSearchEnabled()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DRootInfo.java298 return (flags & Root.FLAG_SUPPORTS_SEARCH) != 0; in supportsSearch()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java187 | Root.FLAG_SUPPORTS_SEARCH | Root.FLAG_SUPPORTS_IS_CHILD; in updateVolumesLocked()
234 root.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_SEARCH in updateVolumesLocked()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java536 public static final int FLAG_SUPPORTS_SEARCH = 1 << 3; field in DocumentsContract.Root
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/id/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd758 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
762 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application
760 Root.FLAG_SUPPORTS_SEARCH);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24812 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt31987 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8
Dsystem-current.txt34640 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8
Dtest-current.txt32066 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8