Searched defs:_ID (Results 1 - 12 of 12) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java51 Data._ID, Data.STATUS, Data.STATUS_RES_PACKAGE, Data.STATUS_ICON,
55 final int _ID = 0; field in interface:ContactLoader.StatusQuery
89 final long dataId = cursor.getLong(StatusQuery._ID);
/packages/apps/Browser/src/com/android/browser/provider/
H A DSnapshotProvider.java41 public static final String _ID = "_id"; field in interface:SnapshotProvider.Snapshots
83 Snapshots._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
H A DBrowserProvider2.java81 public static final String _ID = "_id"; field in interface:BrowserProvider2.Thumbnails
88 public static final String _ID = "_id"; field in interface:BrowserProvider2.OmniboxSuggestions
126 qualifyColumn(TABLE_HISTORY, History._ID),
253 map.put(Bookmarks._ID, qualifyColumn(TABLE_BOOKMARKS, Bookmarks._ID));
278 "A." + Bookmarks._ID + "=" + TABLE_BOOKMARKS + "." + Bookmarks.PARENT +
282 "A." + Bookmarks._ID + "=" + TABLE_BOOKMARKS + "." + Bookmarks.INSERT_AFTER +
303 map.put(History._ID, qualifyColumn(TABLE_HISTORY, History._ID));
316 map.put(SyncState._ID, SyncStat
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java54 public static final String _ID = "_id"; field in class:AttachmentUtilities.Columns
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java53 Data._ID,
60 public static final int _ID = 0; field in interface:DataRowHandler.DataDeleteQuery
68 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE };
70 int _ID = 0; field in interface:DataRowHandler.DataUpdateQuery
151 long dataId = c.getLong(DataUpdateQuery._ID);
158 db.update(Tables.DATA, values, Data._ID + " =?", mSelectionArgs1);
206 cols, Data._ID + "=?", mSelectionArgs1, null, null, null);
249 long dataId = c.getLong(DataDeleteQuery._ID);
253 int count = db.delete(Tables.DATA, Data._ID + "=?", mSelectionArgs1);
279 long dataId = c.getLong(DataDeleteQuery._ID);
[all...]
H A DLegacyApiSupport.java200 "WHERE " + Contacts._ID + "=?";
204 + RawContacts._ID + "=?";
249 String[] COLUMNS = { BaseColumns._ID };
251 int _ID = 0; field in interface:LegacyApiSupport.IdQuery
384 sPeopleProjectionMap.put(People._ID, People._ID);
398 " WHERE " + DataColumns.CONCRETE_RAW_CONTACT_ID + "=people." + People._ID +
404 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations._ID,
405 android.provider.Contacts.Organizations._ID);
420 sContactMethodProjectionMap.put(ContactMethods._ID, ContactMethod
[all...]
H A DContactsDatabaseHelper.java231 + "(SELECT " + MimetypesColumns._ID
311 "(SELECT " + AccountsColumns._ID +
324 final String OUTER_RAW_CONTACTS_ID = OUTER_RAW_CONTACTS + "." + RawContacts._ID;
347 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
348 + "=" + Tables.VISIBLE_CONTACTS +"." + Contacts._ID + ")";
354 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
379 Tables.RAW_CONTACTS + "." + BaseColumns._ID;
440 public static final String CONCRETE_ID = Tables.DATA + "." + BaseColumns._ID;
481 public static final String CONCRETE_ID = Tables.GROUPS + "." + BaseColumns._ID;
500 public static final String _ID field in interface:ContactsDatabaseHelper.PhoneLookupColumns
532 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PackagesColumns
539 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.MimetypesColumns
547 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.AggregationExceptionColumns
673 public static final String _ID = "stat_id"; field in class:ContactsDatabaseHelper.DataUsageStatColumns
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java147 Contacts._ID,
152 final int _ID = 0; field in interface:ConfirmAddDetailActivity.ContactQuery
347 new String[] { Contacts._ID } /* unused projection but a valid one was needed */,
349 + Contacts._ID + " <> ?", selectionArgs, null);
415 RawContacts._ID + "=?", new String[] { String.valueOf(rawContactId) },
488 mContactId = cursor.getLong(ContactQuery._ID);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java96 Contacts._ID,
108 int _ID = 0; field in interface:ContactHeaderWidget.ContactQuery
133 PhoneLookup._ID,
148 Contacts._ID,
265 cursor.getLong(ContactQuery._ID),
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
H A DApplicationsProvider.java88 public static final String _ID = "_id"; field in class:ApplicationsProvider
104 + " applicationsLookup.source = " + APPLICATIONS_TABLE + "." + _ID;
248 _ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
263 "source INTEGER REFERENCES " + APPLICATIONS_TABLE + "(" + _ID + ")," +
274 "DELETE FROM applicationsLookup WHERE source = new." + _ID + ";" +
275 "SELECT _TOKENIZE('applicationsLookup', new." + _ID + ", new." + NAME + ", ' ', 1);"
280 "SELECT _TOKENIZE('applicationsLookup', new." + _ID + ", new." + NAME + ", ' ', 1);"
285 "DELETE FROM applicationsLookup WHERE source = old." + _ID + ";" +
419 String groupBy = APPLICATIONS_TABLE + "." + _ID;
459 addProjection(map, Applications.ApplicationColumns._ID, _I
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java382 new String[] {Contacts._ID, Contacts.LOOKUP_KEY},
412 final StringBuilder sb = new StringBuilder(RawContacts._ID + " IN(");
981 RawContacts._ID,
989 int _ID = 0; field in interface:ContactSaveService.JoinContactQuery
1023 long rawContactId = c.getLong(JoinContactQuery._ID);
1042 verifiedNameRawContactId = c.getLong(JoinContactQuery._ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java300 "SELECT COUNT(" + RawContacts._ID + ")" +
303 + " AND " + RawContacts._ID + "<>?");
312 " WHERE " + RawContacts._ID + "=?"
318 " WHERE " + Contacts._ID + "=?");
323 " WHERE " + Contacts._ID + "=?");
328 " WHERE " + Contacts._ID + "=?");
334 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?");
340 " WHERE " + RawContacts._ID + "=?");
345 " WHERE " + RawContacts._ID + "=?");
350 " WHERE " + RawContacts._ID
390 int _ID = 0; field in interface:ContactAggregator.AggregationQuery
540 public static final int _ID = 0; field in class:ContactAggregator.RawContactIdAndAggregationModeQuery
2166 int _ID = 0; field in interface:ContactAggregator.DisplayNameQuery
2347 int _ID = 0; field in interface:ContactAggregator.ContactIdQuery
[all...]

Completed in 1707 milliseconds