Searched refs:newNames (Results 1 – 1 of 1) sorted by relevance
126 String[] newNames = testSet.getTestNames(); in appendTests() local129 combinedNames = new String[newNames.length + mTestNames.length]; in appendTests()131 System.arraycopy(newNames, 0, combinedNames, mTestNames.length, newNames.length); in appendTests()134 mTestNames = newNames; in appendTests()