Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DStateMachineObituary.java50 mTotalProcessedRecords = stateMachine.getLogRecCount(); in StateMachineObituary()
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java66 tlog("size=" + size + " count=" + sm.getLogRecCount()); in dumpLogRecs()
566 assertEquals(9, smEnterExitTranstionToTest.getLogRecCount()); in testStateMachineEnterExitTransitionToTest()
686 assertEquals(6, sm0.getLogRecCount()); in testStateMachine0()
1778 assertEquals(4, sm.getLogRecCount()); in testStateMachineSharedThread()
1967 assertEquals(7, sm.getLogRecCount()); in testHsm1()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
H A DStateMachine.java1522 public final int getLogRecCount() { in getLogRecCount() method in StateMachine
2073 pw.println(" total records=" + getLogRecCount()); in dump()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java1530 public final int getLogRecCount() { in getLogRecCount() method in StateMachine
2090 pw.println(" total records=" + getLogRecCount()); in dump()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java408 loge("Total records=" + getLogRecCount()); in processMessage()