Searched refs:oldWidgetIds (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetProvider.java | 74 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 D | PeopleSpaceWidgetManager.java | 1227 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 D | AppWidgetProvider.java | 218 public void onRestored(Context context, int[] oldWidgetIds, int[] newWidgetIds) { in onRestored() argument
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |