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