1234567891011121314151617181920212223242526272829303132333435 |
- .class Landroid/support/v4/app/NotificationCompatGingerbread;
- .super Ljava/lang/Object;
- .source "NotificationCompatGingerbread.java"
- # direct methods
- .method constructor <init>()V
- .locals 0
- .prologue
- .line 23
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- .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;
- .locals 0
- .param p0, "notification" # Landroid/app/Notification;
- .param p1, "context" # Landroid/content/Context;
- .param p2, "contentTitle" # Ljava/lang/CharSequence;
- .param p3, "contentText" # Ljava/lang/CharSequence;
- .param p4, "contentIntent" # Landroid/app/PendingIntent;
- .param p5, "fullScreenIntent" # Landroid/app/PendingIntent;
- .prologue
- .line 27
- invoke-virtual {p0, p1, p2, p3, p4}, Landroid/app/Notification;->setLatestEventInfo(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
- .line 28
- iput-object p5, p0, Landroid/app/Notification;->fullScreenIntent:Landroid/app/PendingIntent;
- .line 29
- return-object p0
- .end method
|