/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactLookupKeyTest.java | 59 assertStoredValue(lookupUri, Contacts._ID, contactId); 63 Contacts._ID, contactId); 67 Contacts._ID, contactId); 87 assertStoredValue(lookupUri, Contacts._ID, contactId); 115 assertStoredValue(lookupUri1, Contacts._ID, contactId1); 118 assertStoredValue(lookupUri2, Contacts._ID, contactId2); 154 assertStoredValue(lookupUri, Contacts._ID, largerContactId);
|
H A D | LegacyContactImporterTest.java | 146 Groups._ID, 164 Contacts._ID, 180 RawContacts._ID, 199 Data._ID, 227 Calls._ID, 262 Cursor c = mResolver.query(uri, projection, null, null, BaseColumns._ID);
|
H A D | ContactsProvider2Test.java | 105 assertSelection(RawContacts.CONTENT_URI, values, RawContacts._ID, rawContactId); 121 assertSelection(Data.CONTENT_URI, values, Data._ID, dataId); 127 assertSelection(rawContactDataUri, values, Data._ID, dataId); 132 assertSelection(contactDataUri, values, Data._ID, dataId); 146 assertStoredValue(uri1, Data._ID, ContentUris.parseId(dataUri1)) ; 147 assertStoredValue(uri2, Data._ID, ContentUris.parseId(dataUri2)) ; 169 values.put(Data._ID, phoneId); 184 assertSelection(Phone.CONTENT_URI, values, Data._ID, phoneId); 231 values.put(PhoneLookup._ID, queryContactId(rawContactId)); 302 values.put(Data._ID, emailI [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | UninstallShortcutReceiver.java | 47 new String[] { LauncherSettings.Favorites._ID, LauncherSettings.Favorites.INTENT }, 51 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | LegacyApiSupport.java | 195 "WHERE " + Contacts._ID + "=?"; 199 + RawContacts._ID + "=?"; 244 String[] COLUMNS = { BaseColumns._ID }; 246 int _ID = 0; field in interface:LegacyApiSupport.IdQuery 379 sPeopleProjectionMap.put(People._ID, People._ID); 393 " WHERE " + DataColumns.CONCRETE_RAW_CONTACT_ID + "=people." + People._ID + 399 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations._ID, 400 android.provider.Contacts.Organizations._ID); 415 sContactMethodProjectionMap.put(ContactMethods._ID, ContactMethod [all...] |
H A D | ContactAggregator.java | 221 "SELECT COUNT(" + RawContacts._ID + ")" + 224 + " AND " + RawContacts._ID + "<>?"); 228 " WHERE " + Contacts._ID + "=?"); 237 " WHERE " + RawContacts._ID + "=?" 243 " WHERE " + Contacts._ID + "=?"); 248 " WHERE " + Contacts._ID + "=?"); 253 " WHERE " + Contacts._ID + "=?"); 263 " WHERE " + Contacts._ID + "=?"); 269 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?"); 275 " WHERE " + RawContacts._ID 323 int _ID = 0; field in interface:ContactAggregator.AggregationQuery 1368 int _ID = 0; field in interface:ContactAggregator.DisplayNameQuery 1524 int _ID = 0; field in interface:ContactAggregator.ContactIdQuery 1618 int _ID = 0; field in interface:ContactAggregator.RawContactIdQuery [all...] |
H A D | ContactsDatabaseHelper.java | 197 final String OUTER_RAW_CONTACTS_ID = OUTER_RAW_CONTACTS + "." + RawContacts._ID; 228 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID; 245 Tables.RAW_CONTACTS + "." + BaseColumns._ID; 288 public static final String CONCRETE_ID = Tables.DATA + "." + BaseColumns._ID; 333 public static final String CONCRETE_ID = Tables.GROUPS + "." + BaseColumns._ID; 345 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PhoneLookupColumns 380 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.PackagesColumns 383 public static final String CONCRETE_ID = Tables.PACKAGES + "." + _ID; 387 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.MimetypesColumns 395 public static final String _ID = BaseColumns._ID; field in interface:ContactsDatabaseHelper.AggregationExceptionColumns [all...] |
H A D | ContactsProvider2.java | 175 " (" + Contacts.TIMES_CONTACTED + " + 1) END WHERE " + Contacts._ID + "=?"; 273 Data._ID, 280 public static final int _ID = 0; field in interface:ContactsProvider2.DataDeleteQuery 288 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE }; 290 int _ID = 0; field in interface:ContactsProvider2.DataUpdateQuery 315 Contacts._ID + " IN " 323 + "(SELECT " + Tables.GROUPS + "." + Groups._ID 331 " WHERE " + RawContacts._ID + " IN ("; 337 " WHERE " + RawContacts._ID + " IN ("; 513 sContactsProjectionMap.put(Contacts._ID, Contact [all...] |
H A D | SocialProvider.java | 94 columns.put(RawContacts._ID, Tables.RAW_CONTACTS + "." + RawContacts._ID + " AS _id"); 100 columns.put(Activities._ID, "activities._id AS _id"); 302 return db.delete(Tables.ACTIVITIES, Activities._ID + "=" + activityId, null); 342 qb.appendWhere(Activities._ID + "=" + activityId); 362 qb.appendWhere(Activities.AUTHOR_CONTACT_ID + " IN (SELECT " + BaseColumns._ID
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapVcardManager.java | 73 Data._ID, // 0 93 Contacts._ID, // 0 105 static final String CALLLOG_SORT_ORDER = Calls._ID + " DESC"; 215 null, Contacts._ID); 275 CallLog.Calls._ID, // 0 283 // Need test to see if order by _ID is ok here, or by date? 306 recordSelection = Calls._ID + "=" + startPointId; 310 recordSelection = Calls._ID + ">=" + endPointId + " AND " + Calls._ID + "<=" 339 Contacts._ID); [all...] |
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
H A D | ApplicationsProvider.java | 79 public static final String _ID = "_id"; field in class:ApplicationsProvider 90 + " applicationsLookup.source = " + APPLICATIONS_TABLE + "." + _ID; 208 _ID + " INTEGER PRIMARY KEY AUTOINCREMENT," + 221 "source INTEGER REFERENCES " + APPLICATIONS_TABLE + "(" + _ID + ")," + 232 "DELETE FROM applicationsLookup WHERE source = new." + _ID + ";" + 233 "SELECT _TOKENIZE('applicationsLookup', new." + _ID + ", new." + NAME + ", ' ', 1);" + 238 "SELECT _TOKENIZE('applicationsLookup', new." + _ID + ", new." + NAME + ", ' ', 1);" + 243 "DELETE FROM applicationsLookup WHERE source = old." + _ID + ";" + 353 String groupBy = APPLICATIONS_TABLE + "." + _ID; 377 addProjection(map, Applications.ApplicationColumns._ID, _I [all...] |
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
H A D | UserDictionaryProvider.java | 77 + Words._ID + " INTEGER PRIMARY KEY," 206 count = db.delete(USERDICT_TABLE_NAME, Words._ID + "=" + wordId 230 count = db.update(USERDICT_TABLE_NAME, values, Words._ID + "=" + wordId 249 sDictProjectionMap.put(Words._ID, Words._ID);
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | EntityDiff.java | 44 * keyed using {@link BaseColumns#_ID} values. 131 return child.uri.toString() + child.values.getAsString(BaseColumns._ID); 135 return BaseColumns._ID + "=" + values.getAsLong(BaseColumns._ID);
|
H A D | EntitySet.java | 210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); 217 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); 228 * existing {@link RawContacts#_ID} value. Usually used when creating 233 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); 242 * Find {@link RawContacts#_ID} of the requested {@link EntityDelta}. 249 return values.getAsLong(RawContacts._ID); 261 * Find index of given {@link RawContacts#_ID} when present.
|
/packages/apps/IM/src/com/android/im/app/ |
H A D | SignoutActivity.java | 36 Imps.Account._ID, 73 accountId = c.getLong(c.getColumnIndexOrThrow(Imps.Account._ID));
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
H A D | VideoList.java | 34 Media._ID,
|
H A D | ImageList.java | 74 Media._ID,
|
/packages/apps/IM/src/com/android/im/receiver/ |
H A D | ImServiceAutoStarter.java | 40 new String[]{Imps.Account._ID}, selection, null, null);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppProvider.java | 103 LIVE_FOLDER_PROJECTION_MAP.put(LiveFolders._ID, BluetoothShare._ID + " AS " 104 + LiveFolders._ID); 173 db.execSQL("CREATE TABLE " + DB_TABLE + "(" + BluetoothShare._ID 314 qb.appendWhere(BluetoothShare._ID + "="); 410 myWhere += " ( " + BluetoothShare._ID + " = " + rowId + " ) "; 451 myWhere += " ( " + BluetoothShare._ID + " = " + rowId + " ) ";
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarDebug.java | 43 Calendar.Calendars._ID, 50 Calendar.Events._ID,
|
/packages/apps/Calendar/src/com/android/calendar/ |
H A D | EmailAddressAdapter.java | 43 Data._ID, // 0
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
H A D | DrmImageList.java | 32 DrmStore.Images._ID,
|
/packages/apps/Music/src/com/android/music/ |
H A D | MediaPickerActivity.java | 110 MediaStore.Video.Media._ID)); 114 MediaStore.Audio.Media._ID)); 138 MediaStore.Audio.Media._ID, 147 MediaStore.Audio.Media._ID,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | ContactsDictionary.java | 30 Contacts._ID,
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadNotification.java | 115 Downloads.Impl._ID, 124 WHERE_RUNNING, null, Downloads.Impl._ID); 220 Downloads.Impl._ID, 231 WHERE_COMPLETED, null, Downloads.Impl._ID);
|