Home | History | Annotate | Download | only in server

Lines Matching refs:locationChanged

316                 Intent locationChanged = new Intent();
317 locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, location);
322 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler);