Searched refs:mLastCommand (Results 1 – 3 of 3) sorted by relevance
1040 private Runnable mLastCommand; field in RulesManagerServiceTest.FakeExecutor1044 assertNull(mLastCommand); in execute()1046 mLastCommand = command; in execute()1050 assertNotNull(mLastCommand); in getAndResetLastCommand()1051 Runnable toReturn = mLastCommand; in getAndResetLastCommand()1052 mLastCommand = null; in getAndResetLastCommand()1062 assertNull(mLastCommand); in assertNothingQueued()
1055 mLastCommand = command; in threadLoop()1286 if (mLastCommand != 0) { in dump()1287 mLastCommand->dump(buffer, SIZE); in dump()
594 sp<AudioCommand> mLastCommand; // last processed command (used by dump) variable