IntentCompat$IntentCompatImplIcsMr1.smali 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .class Landroid/support/v4/content/IntentCompat$IntentCompatImplIcsMr1;
  2. .super Landroid/support/v4/content/IntentCompat$IntentCompatImplHC;
  3. .source "IntentCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/content/IntentCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x8
  10. name = "IntentCompatImplIcsMr1"
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. .prologue
  16. .line 76
  17. invoke-direct {p0}, Landroid/support/v4/content/IntentCompat$IntentCompatImplHC;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public makeMainSelectorActivity(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;
  22. .locals 1
  23. .param p1, "selectorAction" # Ljava/lang/String;
  24. .param p2, "selectorCategory" # Ljava/lang/String;
  25. .prologue
  26. .line 79
  27. invoke-static {p1, p2}, Landroid/support/v4/content/IntentCompatIcsMr1;->makeMainSelectorActivity(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;
  28. move-result-object v0
  29. return-object v0
  30. .end method