Home | History | Annotate | Download | only in core

Lines Matching refs:permanent

324      * @param permanent Indicator of whether this is a permanent change
326 public void locationChanged(String newLocation, boolean permanent) {
329 newLocation + " permanent " + permanent);
350 if (((expectPermanent == 0) && !permanent) ||
351 ((expectPermanent == 1) && permanent)){
354 expectDetails.append("Location permanent expected:"+
355 expectPermanent+" got"+permanent);
667 public void expectLocationChanged(String newLocation, boolean permanent) {
670 expectPermanent = permanent ? 1 : 0;