Home
last modified time | relevance | path

Searched refs:CREATOR (Results 1 – 4 of 4) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DNode.java163 mName = ComponentName.CREATOR.createFromParcel(in); in Node()
166 in.readTypedList(mChildren, Node.CREATOR); in Node()
172 mIntent = Intent.CREATOR.createFromParcel(in); in Node()
265 public static final Creator<Node> CREATOR = new Creator<Node>() { field in Node
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DDirectoryEntry.java36 public static final Creator<DirectoryEntry> CREATOR = new Creator<DirectoryEntry>() { field in DirectoryEntry
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java533 public static final Creator<DemoPresentationContents> CREATOR = field in PresentationActivity.DemoPresentationContents
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java1156 public static final Parcelable.Creator<SavedState> CREATOR field in InteractiveLineGraphView.SavedState