LedLightManagerProxy.smali

.class public Lcom/cm/plugincluster/common/proxy/LedLightManagerProxy;
.super Ljava/lang/Object;
.source "LedLightManagerProxy.java"

# interfaces
.implements Lcom/cm/plugincluster/common/interfaces/ILedLightManager;


# static fields
.field private static sInstance:Lcom/cm/plugincluster/common/ModuleInterface;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lcom/cm/plugincluster/common/ModuleInterface",
            "<",
            "Lcom/cm/plugincluster/common/interfaces/ILedLightManager;",
            ">;"
        }
    .end annotation
.end field


# direct methods
.method static constructor <clinit>()V
    .registers 3

    .prologue
    .line 12
    new-instance v0, Lcom/cm/plugincluster/common/ModuleInterface;

    const v1, 0x1000a3

    new-instance v2, Lcom/cm/plugincluster/common/proxy/LedLightManagerProxy;

    invoke-direct {v2}, Lcom/cm/plugincluster/common/proxy/LedLightManagerProxy;-><init>()V

    invoke-direct {v0, v1, v2}, Lcom/cm/plugincluster/common/ModuleInterface;-><init>(ILjava/lang/Object;)V

    sput-object v0, Lcom/cm/plugincluster/common/proxy/LedLightManagerProxy;->sInstance:Lcom/cm/plugincluster/common/ModuleInterface;

    return-void
.end method

.method private constructor <init>()V
    .registers 1

    .prologue
    .line 15
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 17
    return-void
.end method

.method public static getInstance()Lcom/cm/plugincluster/common/interfaces/ILedLightManager;
    .registers 1

    .prologue
    .line 20
    sget-object v0, Lcom/cm/plugincluster/common/proxy/LedLightManagerProxy;->sInstance:Lcom/cm/plugincluster/common/ModuleInterface;

    invoke-virtual {v0}, Lcom/cm/plugincluster/common/ModuleInterface;->getInterfaceImpl()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Lcom/cm/plugincluster/common/interfaces/ILedLightManager;

    return-object v0
.end method


# virtual methods
.method public isAvailable()Z
    .registers 2

    .prologue
    .line 30
    const/4 v0, 0x0

    return v0
.end method

.method public isOn()Z
    .registers 2

    .prologue
    .line 25
    const/4 v0, 0x0

    return v0
.end method