Home | History | Annotate | Download | only in core

Lines Matching full:voicemail

17 package com.example.android.voicemail.common.core;
19 import static com.example.android.voicemail.common.utils.DbQueryUtils.concatenateClausesWithAnd;
20 import static com.example.android.voicemail.common.utils.DbQueryUtils.concatenateClausesWithOr;
21 import static com.example.android.voicemail.common.utils.DbQueryUtils.getEqualityClause;
33 * {@link #createWithMatchingFields(Voicemail)} can be used to create a voicemail filter that
41 * where clause. Using this method requires the knowledge of the name of columns used in voicemail
46 * Creates a voicemail filter with the specified where clause. Use this method only if you know
63 /** Creates a filter with fields matching the ones set in the supplied voicemail object. */
64 public static VoicemailFilter createWithMatchingFields(Voicemail fieldMatch) {
72 /** Creates a voicemail filter with the specified read status. */
96 private static String getWhereClauseForMatchingFields(Voicemail fieldMatch) {