Searched refs:convertToIntArray (Results 1 – 2 of 2) sorted by relevance
294 public static int[] convertToIntArray(List<Integer> list) { in convertToIntArray() method in ArrayUtils
364 return mTmpStackIds.isEmpty() ? null : ArrayUtils.convertToIntArray(mTmpStackIds); in setDisplayOverrideConfigurationIfNeeded()