Loading core/java/android/provider/CallLog.java +10 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,16 @@ public class CallLog { */ public static final String VOICEMAIL_URI = "voicemail_uri"; /** * Whether this item has been read or otherwise consumed by the user. * <p> * Unlike the {@link #NEW} field, which requires the user to have acknowledged the * existence of the entry, this implies the user has interacted with the entry. * <P>Type: INTEGER (boolean)</P> * @hide */ public static final String IS_READ = "is_read"; /** * Adds a call to the call log. * Loading core/java/android/provider/VoicemailContract.java +6 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,12 @@ public class VoicemailContract { * <P>Type: INTEGER (boolean)</P> */ public static final String NEW = Calls.NEW; /** * Whether this item has been read or otherwise consumed by the user. * <P>Type: INTEGER (boolean)</P> * @hide */ public static final String IS_READ = Calls.IS_READ; /** * The mail box state of the voicemail. This field is currently not used by the system. * <P> Possible values: {@link #STATE_INBOX}, {@link #STATE_DELETED}, Loading Loading
core/java/android/provider/CallLog.java +10 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,16 @@ public class CallLog { */ public static final String VOICEMAIL_URI = "voicemail_uri"; /** * Whether this item has been read or otherwise consumed by the user. * <p> * Unlike the {@link #NEW} field, which requires the user to have acknowledged the * existence of the entry, this implies the user has interacted with the entry. * <P>Type: INTEGER (boolean)</P> * @hide */ public static final String IS_READ = "is_read"; /** * Adds a call to the call log. * Loading
core/java/android/provider/VoicemailContract.java +6 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,12 @@ public class VoicemailContract { * <P>Type: INTEGER (boolean)</P> */ public static final String NEW = Calls.NEW; /** * Whether this item has been read or otherwise consumed by the user. * <P>Type: INTEGER (boolean)</P> * @hide */ public static final String IS_READ = Calls.IS_READ; /** * The mail box state of the voicemail. This field is currently not used by the system. * <P> Possible values: {@link #STATE_INBOX}, {@link #STATE_DELETED}, Loading