Home
last modified time | relevance | path

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

/external/libchrome/base/android/javatests/src/org/chromium/base/
DObserverListTest.java31 private int mTotal = 0; field in ObserverListTest.Foo
39 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()