12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .class Landroid/support/v4/app/NotificationManagerCompat$ImplBase;
- .super Ljava/lang/Object;
- .source "NotificationManagerCompat.java"
- # interfaces
- .implements Landroid/support/v4/app/NotificationManagerCompat$Impl;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Landroid/support/v4/app/NotificationManagerCompat;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x8
- name = "ImplBase"
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- .prologue
- .line 123
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public cancelNotification(Landroid/app/NotificationManager;Ljava/lang/String;I)V
- .locals 0
- .param p1, "notificationManager" # Landroid/app/NotificationManager;
- .param p2, "tag" # Ljava/lang/String;
- .param p3, "id" # I
- .prologue
- .line 127
- invoke-virtual {p1, p3}, Landroid/app/NotificationManager;->cancel(I)V
- .line 128
- return-void
- .end method
- .method public getSideChannelBindFlags()I
- .locals 1
- .prologue
- .line 138
- const/4 v0, 0x1
- return v0
- .end method
- .method public postNotification(Landroid/app/NotificationManager;Ljava/lang/String;ILandroid/app/Notification;)V
- .locals 0
- .param p1, "notificationManager" # Landroid/app/NotificationManager;
- .param p2, "tag" # Ljava/lang/String;
- .param p3, "id" # I
- .param p4, "notification" # Landroid/app/Notification;
- .prologue
- .line 133
- invoke-virtual {p1, p3, p4}, Landroid/app/NotificationManager;->notify(ILandroid/app/Notification;)V
- .line 134
- return-void
- .end method
|