Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1446 String combineString = data1+data2; in testDataInsertAndUpdateHashId() local
1447 String hashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()
1465 combineString = newData1+data2; in testDataInsertAndUpdateHashId()
1466 String newHashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()
1472 combineString = "NewoneNewtwo"; in testDataInsertAndUpdateHashId()
1473 String testHashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()
1479 combineString = "oneNewtwo"; in testDataInsertAndUpdateHashId()
1480 testHashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()