NotificationCompatGingerbread.smali 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .class Landroid/support/v4/app/NotificationCompatGingerbread;
  2. .super Ljava/lang/Object;
  3. .source "NotificationCompatGingerbread.java"
  4. # direct methods
  5. .method constructor <init>()V
  6. .locals 0
  7. .prologue
  8. .line 23
  9. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  10. return-void
  11. .end method
  12. .method public static add(Landroid/app/Notification;Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Landroid/app/Notification;
  13. .locals 0
  14. .param p0, "notification" # Landroid/app/Notification;
  15. .param p1, "context" # Landroid/content/Context;
  16. .param p2, "contentTitle" # Ljava/lang/CharSequence;
  17. .param p3, "contentText" # Ljava/lang/CharSequence;
  18. .param p4, "contentIntent" # Landroid/app/PendingIntent;
  19. .param p5, "fullScreenIntent" # Landroid/app/PendingIntent;
  20. .prologue
  21. .line 27
  22. invoke-virtual {p0, p1, p2, p3, p4}, Landroid/app/Notification;->setLatestEventInfo(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
  23. .line 28
  24. iput-object p5, p0, Landroid/app/Notification;->fullScreenIntent:Landroid/app/PendingIntent;
  25. .line 29
  26. return-object p0
  27. .end method