31 lines
1.1 KiB
Java
31 lines
1.1 KiB
Java
package com.google.android.gms.common.stats;
|
|
|
|
import android.content.Context;
|
|
import android.content.Intent;
|
|
import java.util.List;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Deprecated
|
|
public class WakeLockTracker {
|
|
private static final WakeLockTracker zza = new WakeLockTracker();
|
|
|
|
public static WakeLockTracker getInstance() {
|
|
return zza;
|
|
}
|
|
|
|
public void registerAcquireEvent(Context context, Intent intent, String str, String str2, String str3, int i, String str4) {
|
|
}
|
|
|
|
public void registerDeadlineEvent(Context context, String str, String str2, String str3, int i, List<String> list, boolean z, long j) {
|
|
}
|
|
|
|
public void registerEvent(Context context, String str, int i, String str2, String str3, String str4, int i2, List<String> list) {
|
|
}
|
|
|
|
public void registerEvent(Context context, String str, int i, String str2, String str3, String str4, int i2, List<String> list, long j) {
|
|
}
|
|
|
|
public void registerReleaseEvent(Context context, Intent intent) {
|
|
}
|
|
} |