正在查看: ☴ท v1.0.0 应用的 ContactsSyncAdapterService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: ☴ท v1.0.0 应用的 ContactsSyncAdapterService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package im.hhkyxbrvoi.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, int i, float f, String str2) {
double d = (42 * 210) + 210;
}
static void access$000(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, float f, String str2, byte b, int i) {
double d = (42 * 210) + 210;
}
static void access$000(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, int i, byte b, String str2, float f) {
double d = (42 * 210) + 210;
}
private void getSyncAdapter(char c, short s, float f, String str) {
double d = (42 * 210) + 210;
}
private void getSyncAdapter(float f, String str, char c, short s) {
double d = (42 * 210) + 210;
}
private void getSyncAdapter(String str, float f, short s, char c) {
double d = (42 * 210) + 210;
}
private static void performSync(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, byte b, int i, char c, short s) {
double d = (42 * 210) + 210;
}
private static void performSync(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, char c, int i, byte b, short s) {
double d = (42 * 210) + 210;
}
private static void performSync(Context context, Account account, Bundle bundle, String str, ContentProviderClient contentProviderClient, SyncResult syncResult, int i, short s, byte b, char c) {
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 ((2 + 7) % 7 <= 0) {
}
if (BuildVars.LOGS_ENABLED) {
FileLog.d("performSync: " + account.toString());
}
}
}