Searched refs:oldWidgetIds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
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()
|
D | PeopleSpaceWidgetManager.java | 1260 public void remapWidgets(int[] oldWidgetIds, int[] newWidgetIds) { in remapWidgets() argument 1262 Log.d(TAG, "Remapping widgets, old: " + Arrays.toString(oldWidgetIds) + ". new: " in remapWidgets() 1267 for (int i = 0; i < oldWidgetIds.length; i++) { in remapWidgets() 1268 widgets.put(String.valueOf(oldWidgetIds[i]), String.valueOf(newWidgetIds[i])); in remapWidgets() 1345 Set<String> oldWidgetIds; in remapSharedFile() local 1347 oldWidgetIds = (Set<String>) entry.getValue(); in remapSharedFile() 1353 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile() 1376 Set<String> oldWidgetIds; in remapFollowupFile() local 1378 oldWidgetIds = (Set<String>) entry.getValue(); in remapFollowupFile() 1384 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetProvider.java | 218 public void onRestored(Context context, int[] oldWidgetIds, int[] newWidgetIds) { in onRestored() argument
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |