HomeSort by relevance Sort by last modified time
    Searched refs:hashId (Results 1 - 5 of 5) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 202 String hashId;
204 hashId = photoHashId;
206 hashId = mDbHelper.generateHashId(data1, data2);
208 hashId = null;
210 if (TextUtils.isEmpty(hashId)) {
213 values.put(Data.HASH_ID, hashId);
240 String hashId = mDbHelper.generateHashId(data1, data2);
241 if (TextUtils.isEmpty(hashId)) {
244 values.put(Data.HASH_ID, hashId);
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java 289 final String hashId = mDbHelper.generateHashId(dataString, null);
305 assertEquals(expectedHashId, hashId);
ContactsProvider2Test.java     [all...]

Completed in 165 milliseconds