Loading core/java/android/provider/CallLog.java +8 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,14 @@ public class CallLog { */ public static final String CACHED_PHOTO_ID = "photo_id"; /** * The cached formatted phone number. * This value is not guaranteed to be present. * <P>Type: TEXT</P> * @hide */ public static final String CACHED_FORMATTED_NUMBER = "formatted_number"; /** * Adds a call to the call log. * Loading Loading
core/java/android/provider/CallLog.java +8 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,14 @@ public class CallLog { */ public static final String CACHED_PHOTO_ID = "photo_id"; /** * The cached formatted phone number. * This value is not guaranteed to be present. * <P>Type: TEXT</P> * @hide */ public static final String CACHED_FORMATTED_NUMBER = "formatted_number"; /** * Adds a call to the call log. * Loading