Searched defs:oldState (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolume.cpp175 int oldState = mState; local
177 if (oldState == state) {
182 if ((oldState == Volume::State_Pending) && (state != Volume::State_Idle)) {
189 oldState, stateToStr(oldState), mState, stateToStr(mState));
192 getMountpoint(), oldState, stateToStr(oldState), mState,

Completed in 1018 milliseconds