Home | History | Annotate | Download | only in impl

Lines Matching refs:where

219       Context context, StringBuilder where, List<String> selectionArgs) {
222 if (where.length() != 0) {
223 where.append(" AND ");
225 where.append("(");
227 where.append("(");
229 where.append(Voicemails.IS_OMTP_VOICEMAIL).append(" != 1");
230 where.append(")");
232 where.append(" OR ");
233 where.append("(");
235 where.append(Voicemails.SOURCE_PACKAGE).append(" = ?");
237 where.append(")");
239 where.append(")");
243 where.append("AND (").append(Voicemails.SOURCE_PACKAGE).append("!= ?)");
251 Context context, StringBuilder where, List<String> selectionArgs) {
254 if (where.length() != 0) {
255 where.append(" AND ");
257 where.append("(");
259 where.append("(");
261 where.append(Status.SOURCE_PACKAGE).append(" = ? ");
263 where.append(")");
265 where.append(" OR NOT (");
269 where.append(" OR ");
271 where.append(" (");
273 where.append(Status.SOURCE_TYPE).append(" IS ?");
275 where.append(")");
278 where.append(")");
281 where.append("AND (");
283 where.append(Voicemails.SOURCE_PACKAGE).append("!= ?");
285 where.append(")");
288 where.append(")");