Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DStateMachineTest.java70 tlog("size=" + size + " count=" + sm.getLogRecCount()); in dumpLogRecs()
537 Assert.assertEquals(9, smEnterExitTranstionToTest.getLogRecCount()); in testStateMachineEnterExitTransitionToTest()
657 Assert.assertEquals(6, sm0.getLogRecCount()); in testStateMachine0()
1749 Assert.assertEquals(4, sm.getLogRecCount()); in testStateMachineSharedThread()
1938 Assert.assertEquals(7, sm.getLogRecCount()); in testHsm1()
/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
DStateMachine.java1522 public final int getLogRecCount() { in getLogRecCount() method in StateMachine
2073 pw.println(" total records=" + getLogRecCount()); in dump()