| Package | Description |
|---|---|
| android.os |
| Modifier and Type | Method and Description |
|---|---|
IBinder[] |
Parcel.createBinderArray() |
IBinder |
Parcel.readStrongBinder() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<IBinder> |
Parcel.createBinderArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parcel.readBinderArray(IBinder[] val) |
void |
Parcel.writeBinderArray(IBinder[] val) |
| Modifier and Type | Method and Description |
|---|---|
void |
Parcel.readBinderList(List<IBinder> list) |
void |
Parcel.writeBinderList(List<IBinder> val) |
Copyright © 2022. All rights reserved.