RemoteInputCompatBase$RemoteInput.smali 1.2 KB

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