Searched refs:column (Results 76 - 89 of 89) sorted by relevance

1234

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncParser.java886 // Note Email.TYPE could be ANY type column; they are all defined in
1023 * Compare a column in a ContentValues with an (old) value, and see if they are the
1026 * @param column a column that might be in the ContentValues
1028 * @return whether the column's value in the ContentValues matches oldValue
1030 private static boolean cvCompareString(ContentValues cv, String column, String oldValue) { argument
1031 if (cv.containsKey(column)) {
1032 if (oldValue != null && cv.getAsString(column).equals(oldValue)) {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java720 * The column this view is occupying
722 int column; field in class:GalleryThumbnailView.LayoutParams
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSyncCalendar.java76 /** The column used to track the timezone of the event. */
82 /** The column used to track the Event version sequence number. */
338 * @param column The name of the column in cv to get.
341 private static int getInt(final ContentValues cv, final String column) { argument
342 final Integer i = cv.getAsInteger(column);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java444 // upgrade 1,2 -> 3 added appWidgetId column
447 // Insert new column for holding appWidgetIds
534 // Add userId column
556 // Insert new column for holding user serial number
1206 * Build a query string that will match any row where the column matches
1209 static String buildOrWhereString(String column, int[] values) { argument
1212 selectWhere.append(column).append("=").append(values[i]);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java850 private long getRequiredValue(ContentValues values, String column) { argument
851 final Long value = values.getAsLong(column);
853 throw new RuntimeException("Required value: " + column);
1164 // increment times_contacted column
1170 // increment times_contacted column
H A DContactsDatabaseHelper.java280 * Adds the "group_member_count column" to the query, which will be null if a group has
1220 // mismatch between how the column is created here (TEXT) and
1469 // NOTE: When adding a new column to Tables.CALLS, make sure to also add it to
1470 // CallLogProvider.CALL_LOG_SYNC_PROJECTION, if it is a column that should be copied to
1703 // Update DEFAULT_FILTER table per AUTO_ADD column update, see upgradeToVersion411.
2135 * Returns the value to be returned when querying the column indicating that the contact
2493 // column is no longer needed (as of version 614) since the profile records are stored in
2597 // table, but we aren't removing the column because it is very little data (and not
2872 // Populate the new column
3867 // The Settings table needs a data_set column whic
5210 isInProjection(String[] projection, String column) argument
[all...]
H A DContactsProvider2.java968 * When we detect this column being requested, we join {@link Joins#GROUP_MEMBER_COUNT} to
3229 // column - Data.DATA1
5090 // If the cursor doesn't contain a snippet column, don't bother wrapping it.
6005 // All contacts where the email address data1 column matches the query
6279 // TODO Add join for this column too (and update the projection map)
6784 // the sort column itself.
7369 // The index of the column used for the snippet, "content".
8523 for (String column : columns) {
8524 String param = uri.getQueryParameter(column);
8526 values.put(column, para
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java58 * It is intended to include 1) column definitions for use with the Provider, and 2) convenience
456 // Protocol code can be expected to use this column in determining whether a message can be
658 // Saved draft info (reusing the never-used "clientId" column)
665 // TODO: This column is used in a complicated way: Usually, this refers to the mailbox
683 // A column that can be used by sync adapters to store search-related information about
700 // We'd like to get rid of this column when the other changes mentioned in that bug
1228 public static long getKeyColumnLong(Context context, long messageId, String column) { argument
1230 Utility.getRowColumns(context, Message.CONTENT_URI, messageId, column);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java721 // FIXME this column was unavailable for update in legacy ContactsProvider
938 int column = c.getColumnIndex(People.NAME);
941 assertEquals(expectedNames[i], c.getString(column));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java718 // upgrade 1,2 -> 3 added appWidgetId column
721 // Insert new column for holding appWidgetIds
824 // Insert new column for holding widget provider name
840 // Insert new column for holding update timestamp
859 // Insert new column for holding restore status
897 // Add userId column
939 // Insert new column for holding user serial number
2239 * Build a query string that will match any row where the column matches
2242 private static String buildOrWhereString(String column, int[] values) { argument
2245 selectWhere.append(column)
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2398 final int column = day % 7;
2399 if (Utils.isSaturday(column, mFirstDayOfWeek)) {
2401 } else if (Utils.isSunday(column, mFirstDayOfWeek)) {
3316 // If we overlap the same column, then compute the distance.
3347 // If we overlap the same column, then compute the distance.
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java186 // column is not available here, and the list is already sorted.
1042 // Create bookmark column for the video table.
1427 // Copy audio records first, preserving the _id column.
1471 // update the image_id column in the thumbnails table.
1611 // Add column for MTP storage ID
1631 // Add is_drm column.
1643 // Rescan files in the media database because a new column has been added
1789 // modify _data column to be unique and collate nocase. Because this drops the original
1841 // remove primary key constraint because column time is not necessarily unique
1897 Log.e(TAG, "audio_meta._data column i
2094 queryThumbnail(SQLiteQueryBuilder qb, Uri uri, String table, String column, boolean hasThumbnailId) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1219 String column, token;
2076 * Fills in the originalId column for previously-created exceptions to this event. If
2771 * @param attendeeValues the column values for one row in the Attendees table.
2868 * Set the "hasAlarm" column in the database.
3363 * Ensures the hasAlarm column in the Event is updated.
3464 * link to the Event row is a numeric identifier in a column called "event_id".
3556 * "attendeeStatus" column of one row in the Attendees table. It's the provider's

Completed in 1851 milliseconds

1234