Searched defs:configureValidAccountWidget (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DBaseWidgetProvider.java345 configureValidAccountWidget(context, remoteViews, appWidgetId, account, folderType,
382 protected void configureValidAccountWidget(Context context, RemoteViews remoteViews, method in class:BaseWidgetProvider
385 WidgetService.configureValidAccountWidget(context, remoteViews, appWidgetId, account,
H A DWidgetService.java72 protected void configureValidAccountWidget(Context context, RemoteViews remoteViews, method in class:WidgetService
75 configureValidAccountWidget(context, remoteViews, appWidgetId, account, folderType,
82 public static void configureValidAccountWidget(Context context, RemoteViews remoteViews, method in class:WidgetService
555 mService.configureValidAccountWidget(mContext, remoteViews, mAppWidgetId,

Completed in 84 milliseconds