Loading core/java/android/provider/Telephony.java +14 −2 Original line number Diff line number Diff line Loading @@ -90,11 +90,17 @@ public final class Telephony { public static final String PERSON_ID = "person"; /** * The date the message was sent * The date the message was received * <P>Type: INTEGER (long)</P> */ public static final String DATE = "date"; /** * The date the message was sent * <P>Type: INTEGER (long)</P> */ public static final String DATE_SENT = "date_sent"; /** * Has the message been read * <P>Type: INTEGER (boolean)</P> Loading Loading @@ -650,11 +656,17 @@ public final class Telephony { public static final int MESSAGE_BOX_OUTBOX = 4; /** * The date the message was sent. * The date the message was received. * <P>Type: INTEGER (long)</P> */ public static final String DATE = "date"; /** * The date the message was sent. * <P>Type: INTEGER (long)</P> */ public static final String DATE_SENT = "date_sent"; /** * The box which the message belong to, for example, MESSAGE_BOX_INBOX. * <P>Type: INTEGER</P> Loading Loading
core/java/android/provider/Telephony.java +14 −2 Original line number Diff line number Diff line Loading @@ -90,11 +90,17 @@ public final class Telephony { public static final String PERSON_ID = "person"; /** * The date the message was sent * The date the message was received * <P>Type: INTEGER (long)</P> */ public static final String DATE = "date"; /** * The date the message was sent * <P>Type: INTEGER (long)</P> */ public static final String DATE_SENT = "date_sent"; /** * Has the message been read * <P>Type: INTEGER (boolean)</P> Loading Loading @@ -650,11 +656,17 @@ public final class Telephony { public static final int MESSAGE_BOX_OUTBOX = 4; /** * The date the message was sent. * The date the message was received. * <P>Type: INTEGER (long)</P> */ public static final String DATE = "date"; /** * The date the message was sent. * <P>Type: INTEGER (long)</P> */ public static final String DATE_SENT = "date_sent"; /** * The box which the message belong to, for example, MESSAGE_BOX_INBOX. * <P>Type: INTEGER</P> Loading