| Package | Description |
|---|---|
| android.content | |
| android.content.res | |
| android.database | |
| android.net | |
| android.os |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentValues.writeToParcel(Parcel parcel,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.readFromParcel(Parcel source) |
void |
Configuration.writeToParcel(Parcel dest,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseUtils.readExceptionFromParcel(Parcel reply) |
static void |
DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(Parcel reply) |
static void |
DatabaseUtils.readExceptionWithOperationApplicationExceptionFromParcel(Parcel reply) |
static void |
DatabaseUtils.writeExceptionToParcel(Parcel reply,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Uri.writeToParcel(Parcel out,
Uri uri) |
| Modifier and Type | Method and Description |
|---|---|
static Parcel |
Parcel.obtain() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parcel.appendFrom(Parcel parcel,
int offset,
int length) |
T |
Parcelable.Creator.createFromParcel(Parcel paramParcel) |
T |
Parcelable.ClassLoaderCreator.createFromParcel(Parcel paramParcel,
ClassLoader paramClassLoader) |
void |
ParcelFileDescriptor.writeToParcel(Parcel out,
int flags) |
void |
Parcelable.writeToParcel(Parcel paramParcel,
int paramInt) |
Copyright © 2022. All rights reserved.