Loading core/java/android/provider/CallLog.java +9 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,15 @@ public class CallLog { */ public static final String IS_READ = "is_read"; /** * A geocoded location for the number associated with this call. * <p> * The string represents a city, state, or country associated with the number. * <P>Type: TEXT</P> * @hide */ public static final String GEOCODED_LOCATION = "geocoded_location"; /** * Adds a call to the call log. * Loading Loading
core/java/android/provider/CallLog.java +9 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,15 @@ public class CallLog { */ public static final String IS_READ = "is_read"; /** * A geocoded location for the number associated with this call. * <p> * The string represents a city, state, or country associated with the number. * <P>Type: TEXT</P> * @hide */ public static final String GEOCODED_LOCATION = "geocoded_location"; /** * Adds a call to the call log. * Loading