-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AppBinderUnauthorizedExceptionParcel implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private AppBinderUnauthorizedExceptioninner
-
Constructor Summary
Constructors Constructor Description AppBinderUnauthorizedExceptionParcel(AppBinderUnauthorizedException inner)
-
Method Summary
Modifier and Type Method Description final AppBinderUnauthorizedExceptiongetInner()final UnitsetInner(AppBinderUnauthorizedException inner)-
-
Constructor Detail
-
AppBinderUnauthorizedExceptionParcel
AppBinderUnauthorizedExceptionParcel(AppBinderUnauthorizedException inner)
-
-
Method Detail
-
getInner
final AppBinderUnauthorizedException getInner()
-
setInner
final Unit setInner(AppBinderUnauthorizedException inner)
-
-
-
-