Searched refs:locationChanged (Results 1 – 2 of 2) sorted by relevance
326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() method in TestEventHandler
1567 Intent locationChanged = new Intent(); in callLocationChangedLocked() local1568 locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, in callLocationChangedLocked()1571 mPendingIntent.send(mContext, 0, locationChanged, this, mHandler, in callLocationChangedLocked()