导航菜单

页面标题

页面副标题

Housing v14.7.8 - ClearDatabaseService.java 源代码

正在查看: Housing v14.7.8 应用的 ClearDatabaseService.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.chuckerteam.chucker.internal.support;

import android.content.Context;
import android.content.Intent;
import com.facebook.gamingservices.cloudgaming.internal.SDKConstants;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
import org.jetbrains.annotations.NotNull;

@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\b\u0000\u0018\u0000 \u00072\u00020\u0001:\u0001\bB\u0007¢\u0006\u0004\b\u0002\u0010\u0003R\u0014\u0010\u0005\u001a\u00020\u00048\u0002X\u0082\u0004¢\u0006\u0006\n\u0004\b\u0005\u0010\u0006¨\u0006\t"}, d2 = {"Lcom/chuckerteam/chucker/internal/support/ClearDatabaseService;", "Landroidx/core/app/j;", "<init>", "()V", "Lkotlinx/coroutines/j0;", "scope", "Lkotlinx/coroutines/j0;", "Companion", "a", "com.github.ChuckerTeam.Chucker.library"}, k = 1, mv = {2, 0, 0}, xi = 48)
public final class ClearDatabaseService extends androidx.core.app.j {
    private static final int CLEAN_DATABASE_JOB_ID = 123321;

    @NotNull
    public static final Companion INSTANCE = new Companion(null);

    @NotNull
    private final kotlinx.coroutines.j0 scope = kotlinx.coroutines.k0.b();

    @Metadata(d1 = {"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0010\b\n\u0002\b\u0003\b\u0086\u0003\u0018\u00002\u00020\u0001R\u0014\u0010\u0003\u001a\u00020\u00028\u0002X\u0082T¢\u0006\u0006\n\u0004\b\u0003\u0010\u0004¨\u0006\u0005"}, d2 = {"Lcom/chuckerteam/chucker/internal/support/ClearDatabaseService$a;", "", "", "CLEAN_DATABASE_JOB_ID", "I", "com.github.ChuckerTeam.Chucker.library"}, k = 1, mv = {2, 0, 0}, xi = 48)
    public static final class Companion {
        public Companion(DefaultConstructorMarker defaultConstructorMarker) {
        }
    }

    public final void onHandleWork(Intent intent) {
        kotlin.jvm.internal.r.k(intent, SDKConstants.PARAM_INTENT);
        com.chuckerteam.chucker.internal.data.repository.e eVar = com.chuckerteam.chucker.internal.data.repository.e.INSTANCE;
        Context applicationContext = getApplicationContext();
        kotlin.jvm.internal.r.j(applicationContext, "getApplicationContext(...)");
        eVar.getClass();
        com.chuckerteam.chucker.internal.data.repository.e.a(applicationContext);
        kotlinx.coroutines.k.c(this.scope, (kotlin.coroutines.f) null, (kotlinx.coroutines.l0) null, new f(this, null), 3);
    }
}