177 lines
4.8 KiB
Smali
177 lines
4.8 KiB
Smali
.class Landroidx/core/app/NotificationManagerCompat$Api26Impl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x1a
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/app/NotificationManagerCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Api26Impl"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1288
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static createNotificationChannel(Landroid/app/NotificationManager;Landroid/app/NotificationChannel;)V
|
|
.locals 0
|
|
|
|
.line 1294
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannel(Landroid/app/NotificationChannel;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static createNotificationChannelGroup(Landroid/app/NotificationManager;Landroid/app/NotificationChannelGroup;)V
|
|
.locals 0
|
|
|
|
.line 1314
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChannelGroup;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static createNotificationChannelGroups(Landroid/app/NotificationManager;Ljava/util/List;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Landroid/app/NotificationManager;",
|
|
"Ljava/util/List<",
|
|
"Landroid/app/NotificationChannelGroup;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1319
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannelGroups(Ljava/util/List;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static createNotificationChannels(Landroid/app/NotificationManager;Ljava/util/List;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Landroid/app/NotificationManager;",
|
|
"Ljava/util/List<",
|
|
"Landroid/app/NotificationChannel;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1304
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannels(Ljava/util/List;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static deleteNotificationChannel(Landroid/app/NotificationManager;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 1329
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static deleteNotificationChannelGroup(Landroid/app/NotificationManager;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 1334
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->deleteNotificationChannelGroup(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getId(Landroid/app/NotificationChannel;)Ljava/lang/String;
|
|
.locals 0
|
|
|
|
.line 1339
|
|
invoke-virtual {p0}, Landroid/app/NotificationChannel;->getId()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getId(Landroid/app/NotificationChannelGroup;)Ljava/lang/String;
|
|
.locals 0
|
|
|
|
.line 1343
|
|
invoke-virtual {p0}, Landroid/app/NotificationChannelGroup;->getId()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getNotificationChannel(Landroid/app/NotificationManager;Ljava/lang/String;)Landroid/app/NotificationChannel;
|
|
.locals 0
|
|
|
|
.line 1299
|
|
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->getNotificationChannel(Ljava/lang/String;)Landroid/app/NotificationChannel;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getNotificationChannelGroups(Landroid/app/NotificationManager;)Ljava/util/List;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Landroid/app/NotificationManager;",
|
|
")",
|
|
"Ljava/util/List<",
|
|
"Landroid/app/NotificationChannelGroup;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1324
|
|
invoke-virtual {p0}, Landroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getNotificationChannels(Landroid/app/NotificationManager;)Ljava/util/List;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Landroid/app/NotificationManager;",
|
|
")",
|
|
"Ljava/util/List<",
|
|
"Landroid/app/NotificationChannel;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1309
|
|
invoke-virtual {p0}, Landroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|