Searched refs:TOAST_ACTION (Results 1 – 1 of 1) sorted by relevance
29 public static final String TOAST_ACTION = "com.example.android.stackwidget.TOAST_ACTION"; field in StackWidgetProvider50 if (intent.getAction().equals(TOAST_ACTION)) { in onReceive()83 toastIntent.setAction(StackWidgetProvider.TOAST_ACTION); in onUpdate()