Home
last modified time | relevance | path

Searched refs:atomsPulledTestInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Telephony/libs/TelephonyStatsLib/tests/com/android/telephony/statslib/
DStatsLibStorageTest.java184 AtomsPulledTestInfo atomsPulledTestInfo = (AtomsPulledTestInfo) info; in testPulledAtomsBaseInfo() local
185 if (atomsPulledTestInfo.getDimension().equals(first.getDimension())) { in testPulledAtomsBaseInfo()
186 assertEquals(atomsPulledTestInfo.getCount(), first.getCount() + second.getCount()); in testPulledAtomsBaseInfo()
188 assertEquals(atomsPulledTestInfo.getCount(), third.getCount()); in testPulledAtomsBaseInfo()
DAtomsPulledTestInfo.java83 AtomsPulledTestInfo atomsPulledTestInfo = (AtomsPulledTestInfo) info; in accumulate() local
84 this.mCount += atomsPulledTestInfo.getCount(); in accumulate()