Home
last modified time | relevance | path

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

/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/SupportLeanbackDemos/src/com/example/android/leanback/
DPhotoItem.java63 public static final Parcelable.Creator<PhotoItem> CREATOR field in PhotoItem
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DMyPreference.java159 public static final Parcelable.Creator<SavedState> CREATOR = field in MyPreference.SavedState
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarm.java51 public static final Creator<Alarm> CREATOR = new Creator<Alarm>() { field in Alarm
/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