Searched refs:combineString (Results 1 – 1 of 1) sorted by relevance
1446 String combineString = data1+data2; in testDataInsertAndUpdateHashId() local1447 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()