Home
last modified time | relevance | path

Searched defs:ParcelableCollection (Results 1 – 1 of 1) sorted by relevance

/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/
DParcelableCollection.java28 public class ParcelableCollection<E> implements Parcelable { class
50 private ParcelableCollection(Bundler bundler, BundlerType type, Collection<E> collection) { in ParcelableCollection() method in ParcelableCollection
59 private ParcelableCollection(Parcel in) { in ParcelableCollection() method in ParcelableCollection