.class Landroid/support/v4/app/NotificationManagerCompatEclair; .super Ljava/lang/Object; .source "NotificationManagerCompatEclair.java" # direct methods .method constructor ()V .locals 0 .prologue .line 22 invoke-direct {p0}, Ljava/lang/Object;->()V return-void .end method .method static cancelNotification(Landroid/app/NotificationManager;Ljava/lang/String;I)V .locals 0 .param p0, "notificationManager" # Landroid/app/NotificationManager; .param p1, "tag" # Ljava/lang/String; .param p2, "id" # I .prologue .line 25 invoke-virtual {p0, p1, p2}, Landroid/app/NotificationManager;->cancel(Ljava/lang/String;I)V .line 26 return-void .end method .method public static postNotification(Landroid/app/NotificationManager;Ljava/lang/String;ILandroid/app/Notification;)V .locals 0 .param p0, "notificationManager" # Landroid/app/NotificationManager; .param p1, "tag" # Ljava/lang/String; .param p2, "id" # I .param p3, "notification" # Landroid/app/Notification; .prologue .line 30 invoke-virtual {p0, p1, p2, p3}, Landroid/app/NotificationManager;->notify(Ljava/lang/String;ILandroid/app/Notification;)V .line 31 return-void .end method