Searched refs:appWidgetToShow (Results 1 – 1 of 1) sorted by relevance
817 int appWidgetToShow = AppWidgetManager.INVALID_APPWIDGET_ID; field in KeyguardHostView.SavedState827 this.appWidgetToShow = in.readInt(); in SavedState()835 out.writeInt(this.appWidgetToShow); in writeToParcel()860 ss.appWidgetToShow = mAppWidgetToShow; in onSaveInstanceState()874 mAppWidgetToShow = ss.appWidgetToShow; in onRestoreInstanceState()