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