Searched defs:Query (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DQuery.h28 * A Query instance can be used to perform occlusion queries. If the device
34 * Query query;
40 class Query { class in namespace:android::uirenderer
62 Query(Target target = kTargetSamples): mActive(false), mTarget(target), function in class:android::uirenderer::Query
67 ~Query() {
147 }; // class Query
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java30 public static final Query PHONE = new Query(new String[] {
48 public static final Query EMAIL = new Query(new String[]{
66 static abstract class Query { class in class:Queries
80 public Query (String[] projection, Uri contentFilter, Uri content) { method in class:Queries.Query
/frameworks/base/core/java/android/app/
H A DDownloadManager.java763 public static class Query { class in class:DownloadManager
786 public Query setFilterById(long... ids) {
796 public Query setFilterByStatus(int flags) {
809 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) {
824 public Query orderBy(String column, int direction) {
990 * Query the download manager about downloads that have been requested.
995 public Cursor query(Query query) {
1027 Query query = new Query().setFilterById(id);
1079 Query quer
[all...]

Completed in 108 milliseconds