Searched defs:GEOCODED_LOCATION (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DCoalescedAnnotatedCallLogCursorLoader.java40 private static final int GEOCODED_LOCATION = 7; field in class:CoalescedAnnotatedCallLogCursorLoader
93 .setGeocodedLocation(cursor.getString(GEOCODED_LOCATION))
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
H A DVoicemailCursorLoader.java42 AnnotatedCallLog.GEOCODED_LOCATION,
59 private static final int GEOCODED_LOCATION = 5; field in class:VoicemailCursorLoader
110 .setGeocodedLocation(cursor.getString(GEOCODED_LOCATION))
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DCallLogQuery.java39 public static final int GEOCODED_LOCATION = 7; field in class:CallLogQuery
75 Calls.GEOCODED_LOCATION, // 7
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
H A DAnnotatedCallLogContract.java85 * See {@link android.provider.CallLog.Calls#GEOCODED_LOCATION}.
89 String GEOCODED_LOCATION = "geocoded_location"; field in interface:AnnotatedCallLogContract.CommonColumns
151 GEOCODED_LOCATION,

Completed in 167 milliseconds