Searched refs:mSelectionArgs2 (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java204 private String[] mSelectionArgs2 = new String[2]; field in class:LegacyApiSupport
1159 mSelectionArgs2[0] = String.valueOf(lastTimeContacted);
1161 mSelectionArgs2[1] = String.valueOf(contactId);
1162 mDb.execSQL(CONTACTS_UPDATE_LASTTIMECONTACTED, mSelectionArgs2);
1167 mSelectionArgs2[1] = String.valueOf(rawContactId);
1168 mDb.execSQL(RAWCONTACTS_UPDATE_LASTTIMECONTACTED, mSelectionArgs2);
H A DContactAggregator.java148 private String[] mSelectionArgs2 = new String[2]; field in class:ContactAggregator
1452 mSelectionArgs2[0] = String.valueOf(rawContactId);
1453 mSelectionArgs2[1] = mDbHelper.getUseStrictPhoneNumberComparisonParameter();
1456 mSelectionArgs2, null, null, null, SECONDARY_HIT_LIMIT_STRING);
H A DContactsProvider2.java1071 private String[] mSelectionArgs2 = new String[2]; field in class:ContactsProvider2
4494 mSelectionArgs2[0] = String.valueOf(rawContactId1);
4495 mSelectionArgs2[1] = String.valueOf(rawContactId2);
4498 + AggregationExceptions.RAW_CONTACT_ID2 + "=?", mSelectionArgs2);

Completed in 60 milliseconds