Searched refs:Voicemail (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java28 public class Voicemail implements Parcelable { class in inherits:Parcelable
41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, method in class:Voicemail
58 * Create a {@link Builder} for a new {@link Voicemail} to be inserted.
67 * Create a {@link Builder} for a {@link Voicemail} to be updated (or deleted).
77 * Builder pattern for creating a {@link Voicemail}. The builder must be created with the
154 public Voicemail build() {
159 return new Voicemail(mBuilderTimestamp, mBuilderNumber, mBuilderPhoneAccount,
168 * This may be missing in the case of a new {@link Voicemail} that we plan to insert into the
286 public static final Creator<Voicemail> CREATOR
287 = new Creator<Voicemail>() {
299 private Voicemail(Parcel in) { method in class:Voicemail
[all...]
/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java31 import android.telecom.Voicemail;
404 * @return {@link Uri} of the newly inserted {@link Voicemail}
408 public static Uri insert(Context context, Voicemail voicemail) {
423 public static int insert(Context context, List<Voicemail> voicemails) {
447 * Maps structured {@link Voicemail} to {@link ContentValues} in content provider.
449 private static ContentValues getContentValues(Voicemail voicemail) {

Completed in 67 milliseconds