Searched refs:mLocationList (Results 1 – 1 of 1) sorted by relevance
38 private ConcurrentLinkedQueue<Location> mLocationList = null; field in TestLocationListener42 mLocationList = new ConcurrentLinkedQueue<>(); in TestLocationListener()48 mLocationList.add(location); in onLocationChanged()88 return new ArrayList(mLocationList); in getReceivedLocationList()