Home | History | Annotate | Download | only in cp2

Lines Matching refs:query

40   private final String query;
43 /** @param query Contacts cursor will be filtered based on this query. */
45 Context context, @Nullable String query, boolean isRegularSearch) {
48 buildUri(query),
53 this.query = TextUtils.isEmpty(query) ? "" : query;
79 private static Uri buildUri(String query) {
80 return Phone.CONTENT_FILTER_URI.buildUpon().appendPath(query).build();
98 loader.configureQuery(query);
127 public boolean updateQuery(@Nullable String query) {
197 public boolean updateQuery(@NonNull String query) {