Searched refs:mKeyWidgetId (Results 1 – 1 of 1) sorted by relevance
158 protected String mKeyWidgetId = "qsb_widget_id"; field in QsbContainerView.QsbFragment203 int widgetId = Utilities.getPrefs(context).getInt(mKeyWidgetId, -1); in createQsb()247 Utilities.getPrefs(getContext()).edit().putInt(mKeyWidgetId, widgetId).apply(); in saveWidgetId()