LLSInterface.smali
.class public interface abstract Lcom/baidu/location/LLSInterface;
.super Ljava/lang/Object;
# virtual methods
.method public abstract getVersion()D
.end method
.method public abstract onBind(Landroid/content/Intent;)Landroid/os/IBinder;
.end method
.method public abstract onCreate(Landroid/content/Context;)V
.end method
.method public abstract onDestroy()V
.end method
.method public abstract onStartCommand(Landroid/content/Intent;II)I
.end method
.method public abstract onTaskRemoved(Landroid/content/Intent;)V
.end method
.method public abstract onUnBind(Landroid/content/Intent;)Z
.end method