Home | History | Annotate | Download | only in server

Lines Matching defs:statusChanged

827                 Intent statusChanged = new Intent();
828 statusChanged.putExtras(new Bundle(extras));
829 statusChanged.putExtra(LocationManager.KEY_STATUS_CHANGED, status);
834 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,