NavUtils$NavUtilsImpl.smali 871 B

12345678910111213141516171819202122232425262728
  1. .class interface abstract Landroid/support/v4/app/NavUtils$NavUtilsImpl;
  2. .super Ljava/lang/Object;
  3. .source "NavUtils.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/app/NavUtils;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x608
  10. name = "NavUtilsImpl"
  11. .end annotation
  12. # virtual methods
  13. .method public abstract getParentActivityIntent(Landroid/app/Activity;)Landroid/content/Intent;
  14. .end method
  15. .method public abstract getParentActivityName(Landroid/content/Context;Landroid/content/pm/ActivityInfo;)Ljava/lang/String;
  16. .end method
  17. .method public abstract navigateUpTo(Landroid/app/Activity;Landroid/content/Intent;)V
  18. .end method
  19. .method public abstract shouldUpRecreateTask(Landroid/app/Activity;Landroid/content/Intent;)Z
  20. .end method