Searched refs:firstOptions (Results 1 – 1 of 1) sorted by relevance
208 final Bundle firstOptions; in testAppWidgetProviderCallbacks() local233 firstOptions = new Bundle(); in testAppWidgetProviderCallbacks()234 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 1); in testAppWidgetProviderCallbacks()235 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 2); in testAppWidgetProviderCallbacks()236 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, 3); in testAppWidgetProviderCallbacks()237 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 4); in testAppWidgetProviderCallbacks()238 getAppWidgetManager().updateAppWidgetOptions(firstAppWidgetId, firstOptions); in testAppWidgetProviderCallbacks()284 new OptionsMatcher(firstOptions))); in testAppWidgetProviderCallbacks()