| Package | Description |
|---|---|
| android.content | |
| android.content.res | |
| android.net | |
| android.os |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ContentValues> |
ContentValues.CREATOR |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Configuration> |
Configuration.CREATOR |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Uri> |
Uri.CREATOR |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parcelable.ClassLoaderCreator<T> |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ParcelFileDescriptor> |
ParcelFileDescriptor.CREATOR |
static Parcelable.Creator<String> |
Parcel.STRING_CREATOR |
| Modifier and Type | Method and Description |
|---|---|
<T> T[] |
Parcel.createTypedArray(Parcelable.Creator<T> c) |
<T> ArrayList<T> |
Parcel.createTypedArrayList(Parcelable.Creator<T> c) |
<T> void |
Parcel.readTypedArray(T[] val,
Parcelable.Creator<T> c) |
<T> void |
Parcel.readTypedList(List<T> list,
Parcelable.Creator<T> c) |
<T> T |
Parcel.readTypedObject(Parcelable.Creator<T> c) |
Copyright © 2022. All rights reserved.