Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DStateMachineTest.java167 mLogRecs = mThisSm.copyLogRecs(); in onQuitting()
269 mLogRecs = mThisSm.copyLogRecs(); in onQuitting()
370 mLogRecs = mThisSm.copyLogRecs(); in onQuitting()
/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
DStateMachine.java1542 public final Collection<LogRec> copyLogRecs() { in copyLogRecs() method in StateMachine