导航菜单

页面标题

页面副标题

北京退费客服端 v1.0.0 - ContactsSyncAdapterService.java 源代码

正在查看: 北京退费客服端 v1.0.0 应用的 ContactsSyncAdapterService.java JAVA 源代码文件

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


package im.amwhusedvt.messenger;

import android.accounts.Account;
import android.accounts.OperationCanceledException;
import android.app.Service;
import android.content.ContentProviderClient;
import android.content.Context;
import android.content.Intent;
import android.content.SyncResult;
import android.os.Bundle;
import android.os.IBinder;

public class ContactsSyncAdapterService extends Service {
    private static SyncAdapterImpl sSyncAdapter = null;

    static void access$000(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, byte b, float f, char c, boolean z) {
        double d = (42 * 210) + 210;
    }

    static void access$000(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, float f, char c, boolean z, byte b) {
        double d = (42 * 210) + 210;
    }

    static void access$000(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, boolean z, char c, byte b, float f) {
        double d = (42 * 210) + 210;
    }

    private void getSyncAdapter(byte b, float f, short s, int i) {
        double d = (42 * 210) + 210;
    }

    private void getSyncAdapter(byte b, short s, float f, int i) {
        double d = (42 * 210) + 210;
    }

    private void getSyncAdapter(short s, float f, byte b, int i) {
        double d = (42 * 210) + 210;
    }

    private static void performSync(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, String str2, short s, int i, boolean z) {
        double d = (42 * 210) + 210;
    }

    private static void performSync(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, String str2, boolean z, short s, int i) {
        double d = (42 * 210) + 210;
    }

    private static void performSync(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, boolean z, short s, String str2, int i) {
        double d = (42 * 210) + 210;
    }

    @Override
    public IBinder onBind(Intent intent) {
        return getSyncAdapter().getSyncAdapterBinder();
    }

    private SyncAdapterImpl getSyncAdapter() {
        if (sSyncAdapter == null) {
            sSyncAdapter = new SyncAdapterImpl(this);
        }
        return sSyncAdapter;
    }

    public static void performSync(Context context, Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) throws OperationCanceledException {
        if ((23 + 3) % 3 <= 0) {
        }
        if (BuildVars.LOGS_ENABLED) {
            FileLog.d("performSync: " + account.toString());
        }
    }
}