NotificationCompatBase$Action.smali 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .class public abstract Landroid/support/v4/app/NotificationCompatBase$Action;
  2. .super Ljava/lang/Object;
  3. .source "NotificationCompatBase.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/app/NotificationCompatBase;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x409
  10. name = "Action"
  11. .end annotation
  12. .annotation system Ldalvik/annotation/MemberClasses;
  13. value = {
  14. Landroid/support/v4/app/NotificationCompatBase$Action$Factory;
  15. }
  16. .end annotation
  17. # direct methods
  18. .method public constructor <init>()V
  19. .locals 0
  20. .prologue
  21. .line 29
  22. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  23. .line 36
  24. return-void
  25. .end method
  26. # virtual methods
  27. .method public abstract getActionIntent()Landroid/app/PendingIntent;
  28. .end method
  29. .method public abstract getExtras()Landroid/os/Bundle;
  30. .end method
  31. .method public abstract getIcon()I
  32. .end method
  33. .method public abstract getRemoteInputs()[Landroid/support/v4/app/RemoteInputCompatBase$RemoteInput;
  34. .end method
  35. .method public abstract getTitle()Ljava/lang/CharSequence;
  36. .end method