ContactManager.smali
.class public abstract Lcom/iflytek/cloud/util/ContactManager;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/iflytek/cloud/util/ContactManager$ContactListener;
}
.end annotation
# direct methods
.method protected constructor <init>()V
.registers 1
.prologue
.line 133
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 135
return-void
.end method
.method public static createManager(Landroid/content/Context;Lcom/iflytek/cloud/util/ContactManager$ContactListener;)Lcom/iflytek/cloud/util/ContactManager;
.registers 3
.prologue
.line 105
invoke-static {p0, p1}, Lcom/iflytek/thirdparty/ao;->a(Landroid/content/Context;Lcom/iflytek/cloud/util/ContactManager$ContactListener;)Lcom/iflytek/thirdparty/ao;
move-result-object v0
return-object v0
.end method
.method public static destroy()V
.registers 0
.prologue
.line 125
invoke-static {}, Lcom/iflytek/thirdparty/ao;->c()V
.line 126
return-void
.end method
.method public static getManager()Lcom/iflytek/cloud/util/ContactManager;
.registers 1
.prologue
.line 51
invoke-static {}, Lcom/iflytek/thirdparty/ao;->a()Lcom/iflytek/thirdparty/ao;
move-result-object v0
return-object v0
.end method
# virtual methods
.method public abstract asyncQueryAllContactsName()V
.end method
.method public abstract queryAllContactsName()Ljava/lang/String;
.end method