Home | History | Annotate | Download | only in provider

Lines Matching refs:intent

24 import android.content.Intent;
51 context.stopService(new Intent(context, WidgetService.class));
74 public void onReceive(final Context context, Intent intent) {
78 super.onReceive(context, intent);
80 if (EmailProvider.ACTION_NOTIFY_MESSAGE_LIST_DATASET_CHANGED.equals(intent.getAction())) {
87 // the account had the change, but the current intent doesn't include this information.
103 public RemoteViewsFactory onGetViewFactory(Intent intent) {
105 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1);
112 public int onStartCommand(Intent intent, int flags, int startId) {
113 if (intent.getData() != null) {
115 EmailWidget.processIntent(this, intent);