Loading core/java/android/provider/CallLog.java +19 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,25 @@ public class CallLog { /** Call log type for voicemails. */ public static final int VOICEMAIL_TYPE = 4; /** * Call log type for incoming ims calls * <P>Type: INTEGER (int)</P> * @hide */ public static final int INCOMING_IMS_TYPE = 5; /** * Call log type for outgoing ims calls * <P>Type: INTEGER (int)</P> * @hide */ public static final int OUTGOING_IMS_TYPE = 6; /** * Call log type for missed ims calls * <P>Type: INTEGER (int)</P> * @hide */ public static final int MISSED_IMS_TYPE = 7; /** * Bit-mask describing features of the call (e.g. video). * Loading Loading
core/java/android/provider/CallLog.java +19 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,25 @@ public class CallLog { /** Call log type for voicemails. */ public static final int VOICEMAIL_TYPE = 4; /** * Call log type for incoming ims calls * <P>Type: INTEGER (int)</P> * @hide */ public static final int INCOMING_IMS_TYPE = 5; /** * Call log type for outgoing ims calls * <P>Type: INTEGER (int)</P> * @hide */ public static final int OUTGOING_IMS_TYPE = 6; /** * Call log type for missed ims calls * <P>Type: INTEGER (int)</P> * @hide */ public static final int MISSED_IMS_TYPE = 7; /** * Bit-mask describing features of the call (e.g. video). * Loading