Home
last modified time | relevance | path

Searched refs:OPTION_APPWIDGET_RESTORE_COMPLETED (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java194 public static final String OPTION_APPWIDGET_RESTORE_COMPLETED = "appWidgetRestoreCompleted"; field in AppWidgetManager
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java683 widget.options.getBoolean(AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED)); in dumpProtoWidget()
2428 AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED); in serializeAppWidget()
2439 options.putBoolean(AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED, true); in parseWidgetIdOptions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java1243 b.putBoolean(AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED, true); in remapWidgets()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt8560 … field public static final String OPTION_APPWIDGET_RESTORE_COMPLETED = "appWidgetRestoreCompleted";