Home | History | Annotate | Download | only in server

Lines Matching defs:statusChanged

548                 Intent statusChanged = new Intent();
549 statusChanged.putExtras(new Bundle(extras));
550 statusChanged.putExtra(LocationManager.KEY_STATUS_CHANGED, status);
555 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,