Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DStateMachineTest.java208 if (smQuitTest.isDbg()) tlog("testStateMachineQuit E"); in testStateMachineQuit()
243 if (smQuitTest.isDbg()) tlog("testStateMachineQuit X"); in testStateMachineQuit()
311 if (smQuitNowTest.isDbg()) tlog("testStateMachineQuitNow E"); in testStateMachineQuitNow()
345 if (smQuitNowTest.isDbg()) tlog("testStateMachineQuitNow X"); in testStateMachineQuitNow()
519 if (smEnterExitTranstionToTest.isDbg()) { in testStateMachineEnterExitTransitionToTest()
592 if (smEnterExitTranstionToTest.isDbg()) { in testStateMachineEnterExitTransitionToTest()
641 if (sm0.isDbg()) tlog("testStateMachine0 E"); in testStateMachine0()
678 if (sm0.isDbg()) tlog("testStateMachine0 X"); in testStateMachine0()
743 if (sm1.isDbg()) tlog("testStateMachine1 E"); in testStateMachine1()
777 if (sm1.isDbg()) tlog("testStateMachine1 X"); in testStateMachine1()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
DStateMachine.java1272 private final boolean isDbg() { in isDbg() method in StateMachine.SmHandler
2031 public boolean isDbg() { in isDbg() method in StateMachine
2036 return smh.isDbg(); in isDbg()