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()
2070 track_state priorState = mState; in destroy() local2075 priorState = mState; in destroy()2081 switch (priorState) { in destroy()2095 LOG_ALWAYS_FATAL("%s(%d): invalid prior state: %d", __func__, mId, priorState); in destroy()