Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetProvider.java74 public void onRestored(Context context, int[] oldWidgetIds, int[] newWidgetIds) { in onRestored() argument
75 super.onRestored(context, oldWidgetIds, newWidgetIds); in onRestored()
77 mPeopleSpaceWidgetManager.remapWidgets(oldWidgetIds, newWidgetIds); in onRestored()
H A DPeopleSpaceWidgetManager.java1227 public void remapWidgets(int[] oldWidgetIds, int[] newWidgetIds) { in remapWidgets() argument
1229 Log.d(TAG, "Remapping widgets, old: " + Arrays.toString(oldWidgetIds) + ". new: " in remapWidgets()
1234 for (int i = 0; i < oldWidgetIds.length; i++) { in remapWidgets()
1235 widgets.put(String.valueOf(oldWidgetIds[i]), String.valueOf(newWidgetIds[i])); in remapWidgets()
1312 Set<String> oldWidgetIds; in remapSharedFile() local
1314 oldWidgetIds = (Set<String>) entry.getValue(); in remapSharedFile()
1320 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile()
1343 Set<String> oldWidgetIds; in remapFollowupFile() local
1345 oldWidgetIds = (Set<String>) entry.getValue(); in remapFollowupFile()
1351 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile()
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java218 public void onRestored(Context context, int[] oldWidgetIds, int[] newWidgetIds) { in onRestored() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...