summaryrefslogtreecommitdiff
path: root/java/com/android/voicemail/VoicemailClient.java
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-20 08:50:25 -0700
committerEric Erfanian <erfanian@google.com>2017-03-20 09:03:10 -0700
commit06b6b56e9eaa91ebf757ea641e38a9c885fa40bd (patch)
tree6a0f9f0809cc02004f4be6ef9d20cbced397c3d1 /java/com/android/voicemail/VoicemailClient.java
parent9a090c89e7a0c43a668bd6e2ac5e5e680f323aed (diff)
Update AOSP Dialer source from internal google3 repository at
cl/150622237 Test: make, treehugger, on device testing. This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/150392808 (3/16/2017) to cl/150622237 (3/20/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Id53e0e580a4ef73760a8afb7bb8c265ee27ad535
Diffstat (limited to 'java/com/android/voicemail/VoicemailClient.java')
-rw-r--r--java/com/android/voicemail/VoicemailClient.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/com/android/voicemail/VoicemailClient.java b/java/com/android/voicemail/VoicemailClient.java
index b237f65f6..54cffdac6 100644
--- a/java/com/android/voicemail/VoicemailClient.java
+++ b/java/com/android/voicemail/VoicemailClient.java
@@ -45,6 +45,18 @@ public interface VoicemailClient {
*/
void appendOmtpVoicemailSelectionClause(
Context context, StringBuilder where, List<String> selectionArgs);
+
+ /**
+ * Appends the selection to ignore voicemail status from non-active OMTP voicemail package. The
+ * {@link android.provider.VoicemailContract.Status#SOURCE_TYPE} is checked against a list of
+ * known OMTP types. Voicemails from {@link #OMTP_VOICEMAIL_BLACKLIST} will also be ignored as
+ * they are voicemail source only valid pre-OC.
+ *
+ * @see #appendOmtpVoicemailSelectionClause(Context, StringBuilder, List)
+ */
+ void appendOmtpVoicemailStatusSelectionClause(
+ Context context, StringBuilder where, List<String> selectionArgs);
+
/**
* @return the class name of the {@link android.preference.PreferenceFragment} for voicemail
* settings, or {@code null} if dialer cannot control voicemail settings. Always return {@code