Searched refs:mThisSm (Results 1 – 1 of 1) sorted by relevance
151 mThisSm = this; in StateMachineQuitTest()165 mLogRecs = mThisSm.copyLogRecs(); in onQuitting()166 synchronized (mThisSm) { in onQuitting()167 mThisSm.notifyAll(); in onQuitting()196 private StateMachineQuitTest mThisSm; field in StateMachineTest.StateMachineQuitTest252 mThisSm = this; in StateMachineQuitNowTest()267 mLogRecs = mThisSm.copyLogRecs(); in onQuitting()269 synchronized (mThisSm) { in onQuitting()270 mThisSm.notifyAll(); in onQuitting()299 private StateMachineQuitNowTest mThisSm; field in StateMachineTest.StateMachineQuitNowTest[all …]