GooglePlayServiceConnection.smali
.class public Lcom/cleanmaster/gaid/GooglePlayServiceConnection;
.super Ljava/lang/Object;
.source "GooglePlayServiceConnection.java"
# interfaces
.implements Landroid/content/ServiceConnection;
# instance fields
.field a:Z
.field private final b:Ljava/util/concurrent/BlockingQueue;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/BlockingQueue",
"<",
"Landroid/os/IBinder;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 2
.prologue
.line 12
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 14
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/cleanmaster/gaid/GooglePlayServiceConnection;->a:Z
.line 15
new-instance v0, Ljava/util/concurrent/LinkedBlockingQueue;
invoke-direct {v0}, Ljava/util/concurrent/LinkedBlockingQueue;-><init>()V
iput-object v0, p0, Lcom/cleanmaster/gaid/GooglePlayServiceConnection;->b:Ljava/util/concurrent/BlockingQueue;
return-void
.end method
# virtual methods
.method public onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V
.registers 4
.prologue
.line 22
:try_start_0
iget-object v0, p0, Lcom/cleanmaster/gaid/GooglePlayServiceConnection;->b:Ljava/util/concurrent/BlockingQueue;
invoke-interface {v0, p2}, Ljava/util/concurrent/BlockingQueue;->put(Ljava/lang/Object;)V
:try_end_5
.catch Ljava/lang/InterruptedException; {:try_start_0 .. :try_end_5} :catch_6
.line 28
:goto_5
return-void
.line 24
:catch_6
move-exception v0
goto :goto_5
.end method
.method public onServiceDisconnected(Landroid/content/ComponentName;)V
.registers 2
.prologue
.line 34
return-void
.end method