Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DAbstractSectionParserTest.java48 private int mCalls = 0; field in AbstractSectionParserTest.FakeBlockParser
55 return mCalls; in getCalls()
62 mCalls += 1; in parse()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java383 private int mCalls = 0; in waitForExpectedInvokeCalls()
387 mCalls++; in waitForExpectedInvokeCalls()
388 if (times == mCalls) { in waitForExpectedInvokeCalls()