Searched refs:asArrayList (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.documentsui.Shared.asArrayList;196 intent.putParcelableArrayListExtra(EXTRA_SRC_LIST, asArrayList(srcDocs)); in createBaseIntent()218 intent.putParcelableArrayListExtra(EXTRA_SRC_LIST, asArrayList(srcDocs)); in createBaseIntent()
152 public static <T> ArrayList<T> asArrayList(List<T> list) { in asArrayList() method in Shared