Home | History | Annotate | Download | only in server

Lines Matching refs:locationChanged

543                 Intent locationChanged = new Intent();
544 locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, location);
549 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,