NotificationManagerCompat$ServiceConnectedEvent.smali 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .class Landroid/support/v4/app/NotificationManagerCompat$ServiceConnectedEvent;
  2. .super Ljava/lang/Object;
  3. .source "NotificationManagerCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/app/NotificationManagerCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0xa
  10. name = "ServiceConnectedEvent"
  11. .end annotation
  12. # instance fields
  13. .field final componentName:Landroid/content/ComponentName;
  14. .field final iBinder:Landroid/os/IBinder;
  15. # direct methods
  16. .method public constructor <init>(Landroid/content/ComponentName;Landroid/os/IBinder;)V
  17. .locals 0
  18. .param p1, "componentName" # Landroid/content/ComponentName;
  19. .param p2, "iBinder" # Landroid/os/IBinder;
  20. .prologue
  21. .line 551
  22. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  23. .line 552
  24. iput-object p1, p0, Landroid/support/v4/app/NotificationManagerCompat$ServiceConnectedEvent;->componentName:Landroid/content/ComponentName;
  25. .line 553
  26. iput-object p2, p0, Landroid/support/v4/app/NotificationManagerCompat$ServiceConnectedEvent;->iBinder:Landroid/os/IBinder;
  27. .line 554
  28. return-void
  29. .end method