Searched refs:AtomsPulledTestInfo (Results 1 – 3 of 3) sorted by relevance
24 public class AtomsPulledTestInfo extends AtomsPulled { class33 public AtomsPulledTestInfo() {} in AtomsPulledTestInfo() method in AtomsPulledTestInfo36 public AtomsPulledTestInfo(int type, int count) { in AtomsPulledTestInfo() method in AtomsPulledTestInfo46 public AtomsPulledTestInfo(AtomsPulledTestInfo info) { in AtomsPulledTestInfo() method in AtomsPulledTestInfo71 return new AtomsPulledTestInfo(this); in copy()80 if (!(info instanceof AtomsPulledTestInfo)) { in accumulate()83 AtomsPulledTestInfo atomsPulledTestInfo = (AtomsPulledTestInfo) info; in accumulate()111 if (!(o instanceof AtomsPulledTestInfo)) return false; in equals()112 AtomsPulledTestInfo that = (AtomsPulledTestInfo) o; in equals()
119 AtomsPulledTestInfo first = new AtomsPulledTestInfo(); in testRegisterPulledAtomCallback()129 mStatsLib.append(new AtomsPulledTestInfo()); in testNullStorage()145 mStatsLib.append(new AtomsPulledTestInfo(type1, count1)); in testAppendPulledAtom()146 mStatsLib.append(new AtomsPulledTestInfo(type1, count2)); in testAppendPulledAtom()147 mStatsLib.append(new AtomsPulledTestInfo(type2, count3)); in testAppendPulledAtom()148 mStatsLib.append(new AtomsPulledTestInfo(type2, count4)); in testAppendPulledAtom()
142 AtomsPulledTestInfo first = new AtomsPulledTestInfo(); in testPulledAtomsBaseInfo()143 AtomsPulledTestInfo second = new AtomsPulledTestInfo(); in testPulledAtomsBaseInfo()144 AtomsPulledTestInfo third = new AtomsPulledTestInfo(2, 300); in testPulledAtomsBaseInfo()180 if (!(info instanceof AtomsPulledTestInfo)) { in testPulledAtomsBaseInfo()184 AtomsPulledTestInfo atomsPulledTestInfo = (AtomsPulledTestInfo) info; in testPulledAtomsBaseInfo()