Files
ctf/2024/insomnihack/mobile/Notes/smali/androidx/profileinstaller/ProfileInstaller$DiagnosticsCallback.smali
2025-06-06 03:13:31 +02:00

23 lines
598 B
Smali

.class public interface abstract Landroidx/profileinstaller/ProfileInstaller$DiagnosticsCallback;
.super Ljava/lang/Object;
.source "ProfileInstaller.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/profileinstaller/ProfileInstaller;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "DiagnosticsCallback"
.end annotation
# virtual methods
.method public abstract onDiagnosticReceived(ILjava/lang/Object;)V
.end method
.method public abstract onResultReceived(ILjava/lang/Object;)V
.end method