INotificationSideChannel.smali 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .class public interface abstract Landroid/support/v4/app/INotificationSideChannel;
  2. .super Ljava/lang/Object;
  3. .source "INotificationSideChannel.java"
  4. # interfaces
  5. .implements Landroid/os/IInterface;
  6. # annotations
  7. .annotation system Ldalvik/annotation/MemberClasses;
  8. value = {
  9. Landroid/support/v4/app/INotificationSideChannel$Stub;
  10. }
  11. .end annotation
  12. # virtual methods
  13. .method public abstract cancel(Ljava/lang/String;ILjava/lang/String;)V
  14. .annotation system Ldalvik/annotation/Throws;
  15. value = {
  16. Landroid/os/RemoteException;
  17. }
  18. .end annotation
  19. .end method
  20. .method public abstract cancelAll(Ljava/lang/String;)V
  21. .annotation system Ldalvik/annotation/Throws;
  22. value = {
  23. Landroid/os/RemoteException;
  24. }
  25. .end annotation
  26. .end method
  27. .method public abstract notify(Ljava/lang/String;ILjava/lang/String;Landroid/app/Notification;)V
  28. .annotation system Ldalvik/annotation/Throws;
  29. value = {
  30. Landroid/os/RemoteException;
  31. }
  32. .end annotation
  33. .end method