26 lines
677 B
Smali
26 lines
677 B
Smali
.class public interface abstract Landroidx/car/app/o0;
|
|
.super Ljava/lang/Object;
|
|
.source "OnDoneCallback.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public onFailure(Landroidx/car/app/serialization/Bundleable;)V
|
|
.locals 0
|
|
.param p1 # Landroidx/car/app/serialization/Bundleable;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onSuccess(Landroidx/car/app/serialization/Bundleable;)V
|
|
.locals 0
|
|
.param p1 # Landroidx/car/app/serialization/Bundleable;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
return-void
|
|
.end method
|