tmap/smali/androidx/car/app/ICarHost.smali
2022-06-10 21:38:30 +09:00

42 lines
996 B
Smali

.class public interface abstract Landroidx/car/app/ICarHost;
.super Ljava/lang/Object;
.source "ICarHost.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/car/app/ICarHost$Stub;,
Landroidx/car/app/ICarHost$Default;
}
.end annotation
# virtual methods
.method public abstract finish()V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract getHost(Ljava/lang/String;)Landroid/os/IBinder;
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract startCarApp(Landroid/content/Intent;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method