Searched refs:voicemail (Results 1 – 14 of 14) sorted by relevance
17 package com.example.android.voicemail.common.core;19 import com.example.android.voicemail.common.logging.Logger;20 import com.example.android.voicemail.common.utils.CloseUtils;21 import com.example.android.voicemail.common.utils.DbQueryUtils;95 public Uri insert(Voicemail voicemail) { in insert() argument96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail); in insert()97 check(voicemail.hasTimestampMillis(), "Inserted voicemails must have a timestamp", in insert()98 voicemail); in insert() local99 check(voicemail.hasNumber(), "Inserted voicemails must have a number", voicemail); in insert() local100 logger.d(String.format("Inserting new voicemail: %s", voicemail)); in insert()[all …]
17 package com.example.android.voicemail.common.core;69 public Uri insert(Voicemail voicemail); in insert() argument99 public int update(Uri uri, Voicemail voicemail); in update() argument
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;
17 package com.example.android.voicemail.common.core;
17 package com.example.android.voicemail;19 import com.example.android.voicemail.common.core.Voicemail;20 import com.example.android.voicemail.common.core.VoicemailImpl;21 import com.example.android.voicemail.common.core.VoicemailProviderHelper;22 import com.example.android.voicemail.common.core.VoicemailProviderHelpers;23 import com.example.android.voicemail.common.inject.InjectView;24 import com.example.android.voicemail.common.inject.Injector;25 import com.example.android.voicemail.common.logging.Logger;26 import com.example.android.voicemail.common.ui.DialogHelperImpl;27 import com.example.android.voicemail.common.utils.CloseUtils;[all …]
17 package com.example.android.voicemail.common.ui;
17 package com.example.android.voicemail.common.inject;
17 package com.example.android.voicemail.common.utils;
17 package com.example.android.voicemail.common.logging;