Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
DTwilightServiceTest.java47 final TwilightState priorState = mTwilightService.mLastTwilightState; in testValidLocation_updatedLocation() local
51 assertNotSame(priorState, mTwilightService.mLastTwilightState); in testValidLocation_updatedLocation()
55 final TwilightState priorState = mTwilightService.mLastTwilightState; in testInvalidLocation_ignoreLocationUpdate() local
59 assertEquals(priorState, mTwilightService.mLastTwilightState); in testInvalidLocation_ignoreLocationUpdate()
/frameworks/av/services/audioflinger/
DTracks.cpp2192 track_state priorState = mState; in destroy() local
2197 priorState = mState; in destroy()
2203 switch (priorState) { in destroy()
2217 LOG_ALWAYS_FATAL("%s(%d): invalid prior state: %d", __func__, mId, priorState); in destroy()