StartLevel.smali
.class public interface abstract Lorg/osgi/service/startlevel/StartLevel;
.super Ljava/lang/Object;
.source "StartLevel.java"
# virtual methods
.method public abstract getBundleStartLevel(Lorg/osgi/framework/Bundle;)I
.end method
.method public abstract getInitialBundleStartLevel()I
.end method
.method public abstract getStartLevel()I
.end method
.method public abstract isBundlePersistentlyStarted(Lorg/osgi/framework/Bundle;)Z
.end method
.method public abstract setBundleStartLevel(Lorg/osgi/framework/Bundle;I)V
.end method
.method public abstract setInitialBundleStartLevel(I)V
.end method
.method public abstract setStartLevel(I)V
.end method