Searched refs:expectPermanent (Results 1 – 1 of 1) sorted by relevance
82 private int expectPermanent = -1; field in TestEventHandler349 if (expectPermanent != -1) { in locationChanged()350 if (((expectPermanent == 0) && !permanent) || in locationChanged()351 ((expectPermanent == 1) && permanent)){ in locationChanged()352 expectPermanent = -1; in locationChanged()355 expectPermanent+" got"+permanent); in locationChanged()360 if ((expectLocation == null) && (expectPermanent == -1)) in locationChanged()670 expectPermanent = permanent ? 1 : 0; in expectLocationChanged()769 expectPermanent = -1; in resetExpects()