Searched refs:priorState (Results 1 – 2 of 2) sorted by relevance
47 final TwilightState priorState = mTwilightService.mLastTwilightState; in testValidLocation_updatedLocation() local51 assertNotSame(priorState, mTwilightService.mLastTwilightState); in testValidLocation_updatedLocation()55 final TwilightState priorState = mTwilightService.mLastTwilightState; in testInvalidLocation_ignoreLocationUpdate() local59 assertEquals(priorState, mTwilightService.mLastTwilightState); in testInvalidLocation_ignoreLocationUpdate()
2192 track_state priorState = mState; in destroy() local2197 priorState = mState; in destroy()2203 switch (priorState) { in destroy()2217 LOG_ALWAYS_FATAL("%s(%d): invalid prior state: %d", __func__, mId, priorState); in destroy()