Lines Matching defs:where

1103         final String where = Colors.ACCOUNT_NAME + "=? AND " + Colors.ACCOUNT_TYPE + "=? AND "
1115 addSyncQueryParams(uri, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE), cv, where,
1784 String where = Instances.SELF_ATTENDEE_STATUS + "!=" +
1829 "search", where, null, orderBy);
1841 "purple", where, null, orderBy);
1853 "puurple", where, null, orderBy);
1865 "purple lasers", where, null, orderBy);
1877 "lasers kapow", where, null, orderBy);
1889 "\"search purple\"", where, null, orderBy);
1901 "\"purple search\"", where, null, orderBy);
1913 "%", where, null, orderBy);
1928 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 2);
1929 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 2);
1936 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 1);
1937 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 1);
1945 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 0);
1946 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 0);
2158 * @param where The where string or null.
2161 private void testQueryCount(Uri uri, String where, int wanted) {
2162 Cursor cursor = mResolver.query(uri, null/* projection */, where, null /* selectionArgs */,
2301 null /* where */, null /* selectionArgs */));
2312 null /* where */, null /* selectionArgs */));
2324 null /* where */, null /* selectionArgs */));
2340 null /* where */, null /* selectionArgs */));
2347 null /* where */, null /* selectionArgs */));
2356 null /* where */, null /* selectionArgs */));
2562 String where = Instances.SELF_ATTENDEE_STATUS + "!="
2584 where, null, orderBy);
2594 where, null, orderBy);
2951 testQueryCount(CalendarContract.Calendars.CONTENT_URI, null /* where */, 1);
2952 testQueryCount(CalendarContract.Events.CONTENT_URI, null /* where */, 1);