Searched refs:EXTRA_APPWIDGET_OLD_IDS (Results 1 – 8 of 8) sorted by relevance
90 putExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS, intArrayOf(1, 2, 3)) in testRestoreWidgetsUponHostRestored()119 putExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS, intArrayOf(1, 2, 3)) in testDoNotRestoreWidgetsIfNotForCommunalWidgetHost()143 putExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS, oldIds) in testAbortRestoreWidgetsIfOldToNewIdsMappingInvalid()
67 val oldIds = intent.getIntArrayExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS) in onReceive()
96 int[] oldIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS); in onReceive()
500 public static final String EXTRA_APPWIDGET_OLD_IDS = "appWidgetOldIds"; field in AppWidgetManager
5769 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS, oldIds); in sendWidgetRestoreBroadcastLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5728 field public static final java.lang.String EXTRA_APPWIDGET_OLD_IDS = "appWidgetOldIds";
9623 field public static final String EXTRA_APPWIDGET_OLD_IDS = "appWidgetOldIds";