Home
last modified time | relevance | path

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

/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java81 private String expectLocation; field in TestEventHandler
339 if (expectLocation != null) { in locationChanged()
340 if (expectLocation.equals(newLocation)) { in locationChanged()
341 expectLocation = null; in locationChanged()
343 expectDetails.append("Location expected:"+expectLocation+ in locationChanged()
360 if ((expectLocation == null) && (expectPermanent == -1)) in locationChanged()
664 expectLocation = newLocation; in expectLocationChanged()
669 expectLocation = newLocation; in expectLocationChanged()
768 expectLocation = null; in resetExpects()