Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DParceledListSlice.java108 public T populateList(List<T> list, Creator<T> creator) { in populateList() argument
113 item = creator.createFromParcel(mParcel); in populateList()
/frameworks/base/core/java/android/os/
DParcel.java2053 Parcelable.Creator<T> creator; in readParcelable() local
2060 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()
/frameworks/base/tools/aidl/
DType.cpp1002 string creator = v->type->QualifiedName() + ".CREATOR"; in CreateArrayFromParcel() local
1004 "createTypedArray", 1, new LiteralExpression(creator)))); in CreateArrayFromParcel()
1010 string creator = v->type->QualifiedName() + ".CREATOR"; in ReadArrayFromParcel() local
1012 v, new LiteralExpression(creator))); in ReadArrayFromParcel()
/frameworks/base/tools/layoutlib/create/
DREADME.txt161 As explained earlier, the creator doesn't have any replacement code for
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd150 for the AVD when you create it with the AVD Manager (there's a checkbox in the AVD creator
Dsecurity.jd449 <li>Applications may request the permission when the creator of the permission
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd450 <li>Applications may request the permission when the creator of the permission