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.java1497 String combineString = data1+data2; in testDataInsertAndUpdateHashId() local
1498 String hashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()
1516 combineString = newData1+data2; in testDataInsertAndUpdateHashId()
1517 String newHashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()
1523 combineString = "NewoneNewtwo"; in testDataInsertAndUpdateHashId()
1524 String testHashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()
1530 combineString = "oneNewtwo"; in testDataInsertAndUpdateHashId()
1531 testHashId = helper.generateHashIdForData(combineString.getBytes()); in testDataInsertAndUpdateHashId()