NotificationManagerCompatEclair.smali 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .class Landroid/support/v4/app/NotificationManagerCompatEclair;
  2. .super Ljava/lang/Object;
  3. .source "NotificationManagerCompatEclair.java"
  4. # direct methods
  5. .method constructor <init>()V
  6. .locals 0
  7. .prologue
  8. .line 22
  9. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  10. return-void
  11. .end method
  12. .method static cancelNotification(Landroid/app/NotificationManager;Ljava/lang/String;I)V
  13. .locals 0
  14. .param p0, "notificationManager" # Landroid/app/NotificationManager;
  15. .param p1, "tag" # Ljava/lang/String;
  16. .param p2, "id" # I
  17. .prologue
  18. .line 25
  19. invoke-virtual {p0, p1, p2}, Landroid/app/NotificationManager;->cancel(Ljava/lang/String;I)V
  20. .line 26
  21. return-void
  22. .end method
  23. .method public static postNotification(Landroid/app/NotificationManager;Ljava/lang/String;ILandroid/app/Notification;)V
  24. .locals 0
  25. .param p0, "notificationManager" # Landroid/app/NotificationManager;
  26. .param p1, "tag" # Ljava/lang/String;
  27. .param p2, "id" # I
  28. .param p3, "notification" # Landroid/app/Notification;
  29. .prologue
  30. .line 30
  31. invoke-virtual {p0, p1, p2, p3}, Landroid/app/NotificationManager;->notify(Ljava/lang/String;ILandroid/app/Notification;)V
  32. .line 31
  33. return-void
  34. .end method