Searched refs:creator (Results 1 – 7 of 7) sorted by relevance
108 public T populateList(List<T> list, Creator<T> creator) { in populateList() argument113 item = creator.createFromParcel(mParcel); in populateList()
2053 Parcelable.Creator<T> creator; in readParcelable() local2060 creator = map.get(name); in readParcelable()2061 if (creator == null) { in readParcelable()2066 creator = (Parcelable.Creator)f.get(null); in readParcelable()2090 if (creator == null) { in readParcelable()2096 map.put(name, creator); in readParcelable()2100 if (creator instanceof Parcelable.ClassLoaderCreator<?>) { in readParcelable()2101 return ((Parcelable.ClassLoaderCreator<T>)creator).createFromParcel(this, loader); in readParcelable()2103 return creator.createFromParcel(this); in readParcelable()
1002 string creator = v->type->QualifiedName() + ".CREATOR"; in CreateArrayFromParcel() local1004 "createTypedArray", 1, new LiteralExpression(creator)))); in CreateArrayFromParcel()1010 string creator = v->type->QualifiedName() + ".CREATOR"; in ReadArrayFromParcel() local1012 v, new LiteralExpression(creator))); in ReadArrayFromParcel()
161 As explained earlier, the creator doesn't have any replacement code for
150 for the AVD when you create it with the AVD Manager (there's a checkbox in the AVD creator
449 <li>Applications may request the permission when the creator of the permission
450 <li>Applications may request the permission when the creator of the permission