Searched refs:fromConcatString (Results 1 – 4 of 4) sorted by relevance
242 IntArray.fromConcatString(prefs.getString(APPWIDGET_OLD_IDS, "")).toArray(), in restoreAppWidgetIdsIfExists()243 IntArray.fromConcatString(prefs.getString(APPWIDGET_IDS, "")).toArray()); in restoreAppWidgetIdsIfExists()
35 int[] parsed = IntArray.fromConcatString(concat).toArray(); in concatAndParseString()
252 public static IntArray fromConcatString(String concatString) { in fromConcatString() method in IntArray
67 mPromiseIconIds = IntSet.wrap(IntArray.fromConcatString( in PackageInstallerCompatVL()