Home
last modified time | relevance | path

Searched refs:getPhotoHashId (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java200 final String photoHashId= mDbHelper.getPhotoHashId(); in handleHashIdForInsert()
DContactsDatabaseHelper.java3379 values.put(Data.HASH_ID, getPhotoHashId()); in upgradeToVersion1110()
3383 public String getPhotoHashId() { in getPhotoHashId() method in ContactsDatabaseHelper
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java325 final String photoHashId = mDbHelper.getPhotoHashId(); in testUpgradeHashIdForPhoto()
DContactsProvider2Test.java1251 String hashId = helper.getPhotoHashId(); in testDataInsertAndUpdateHashId_Photo()