a.smali
.class Lcom/wxy/appstartfaster/c/a;
.super Ljava/lang/Object;
.source "TaskExceutorManager.java"
# interfaces
.implements Ljava/util/concurrent/RejectedExecutionHandler;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/wxy/appstartfaster/c/b;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/wxy/appstartfaster/c/b;
# direct methods
.method constructor <init>(Lcom/wxy/appstartfaster/c/b;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/wxy/appstartfaster/c/a;->a:Lcom/wxy/appstartfaster/c/b;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public rejectedExecution(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V
.registers 3
.line 1
invoke-static {}, Ljava/util/concurrent/Executors;->newCachedThreadPool()Ljava/util/concurrent/ExecutorService;
move-result-object p2
invoke-interface {p2, p1}, Ljava/util/concurrent/ExecutorService;->execute(Ljava/lang/Runnable;)V
return-void
.end method