Searched refs:locationChanged (Results 1 – 2 of 2) sorted by relevance
326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() method in TestEventHandler
995 Intent locationChanged = new Intent(); in callLocationChangedLocked() local996 … locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, new Location(location)); in callLocationChangedLocked()1001 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler, in callLocationChangedLocked()