Searched refs:getIntArrayFromString (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.launcher3.Utilities.getIntArrayFromString;249 getIntArrayFromString(prefs.getString(APPWIDGET_OLD_IDS, "")), in restoreAppWidgetIdsIfExists()250 getIntArrayFromString(prefs.getString(APPWIDGET_IDS, ""))); in restoreAppWidgetIdsIfExists()
736 public static int[] getIntArrayFromString(String tokenized) { in getIntArrayFromString() method in Utilities