Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java206 public static final String OPTION_APPWIDGET_RESTORE_COMPLETED = "appWidgetRestoreCompleted"; field in AppWidgetManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java1245 b.putBoolean(AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED, true); in remapWidgets()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java720 widget.options.getBoolean(AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED)); in dumpProtoWidget()
2617 AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED); in serializeAppWidget()
2628 options.putBoolean(AppWidgetManager.OPTION_APPWIDGET_RESTORE_COMPLETED, true); in parseWidgetIdOptions()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9371 … field public static final String OPTION_APPWIDGET_RESTORE_COMPLETED = "appWidgetRestoreCompleted";