52 lines
1.2 KiB
Smali
52 lines
1.2 KiB
Smali
.class Landroidx/core/app/NotificationCompat$Builder$Api23Impl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x17
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/app/NotificationCompat$Builder;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Api23Impl"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 2649
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getLargeIcon(Landroid/app/Notification;)Landroid/graphics/drawable/Icon;
|
|
.locals 0
|
|
|
|
.line 2656
|
|
invoke-virtual {p0}, Landroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getSmallIcon(Landroid/app/Notification;)Landroid/graphics/drawable/Icon;
|
|
.locals 0
|
|
|
|
.line 2652
|
|
invoke-virtual {p0}, Landroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|