Searched refs:mTotal (Results 1 – 1 of 1) sorted by relevance
31 private int mTotal = 0; field in ObserverListTest.Foo39 mTotal += x * mScalar; in observe()113 Assert.assertEquals(20, a.mTotal); in testRemoveWhileIteration()115 Assert.assertEquals(-20, b.mTotal); in testRemoveWhileIteration()117 Assert.assertEquals(0, c.mTotal); in testRemoveWhileIteration()119 Assert.assertEquals(-10, d.mTotal); in testRemoveWhileIteration()121 Assert.assertEquals(0, e.mTotal); in testRemoveWhileIteration()141 Assert.assertEquals(10, a.mTotal); in testAddWhileIteration()142 Assert.assertEquals(-10, b.mTotal); in testAddWhileIteration()143 Assert.assertEquals(0, c.mTotal); in testAddWhileIteration()