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