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

26 lines
631 B
Smali

.class public interface abstract Landroidx/car/app/constraints/IConstraintHost;
.super Ljava/lang/Object;
.source "IConstraintHost.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/car/app/constraints/IConstraintHost$Stub;,
Landroidx/car/app/constraints/IConstraintHost$Default;
}
.end annotation
# virtual methods
.method public abstract getContentLimit(I)I
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method