Home
last modified time | relevance | path

Searched refs:mLastCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DRulesManagerServiceTest.java1040 private Runnable mLastCommand; field in RulesManagerServiceTest.FakeExecutor
1044 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()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1055 mLastCommand = command; in threadLoop()
1286 if (mLastCommand != 0) { in dump()
1287 mLastCommand->dump(buffer, SIZE); in dump()
DAudioPolicyService.h594 sp<AudioCommand> mLastCommand; // last processed command (used by dump) variable