WeatherService.smali
.class public interface abstract Lcom/cleanmaster/sync/binder/impl/WeatherService;
.super Ljava/lang/Object;
.source "WeatherService.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/cleanmaster/sync/binder/impl/WeatherService$Stub;
}
.end annotation
# virtual methods
.method public abstract asyncGetWeather(Lcom/cleanmaster/sync/binder/impl/OnWeatherDataChangeListener;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract getAlertWeather()Lcom/cleanmaster/weather/data/AlertWeatherData;
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract getThreeDaysWeather()[Lcom/cleanmaster/weather/data/WeatherData;
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract getTodayWeather()Lcom/cleanmaster/weather/data/WeatherData;
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract removeOnWeatherDataChangeListener()V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract removeWeatherData()V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract setCity(Ljava/lang/String;Ljava/lang/String;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract setOnWeatherDataChangeListener(Lcom/cleanmaster/sync/binder/impl/OnWeatherDataChangeListener;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method