67 lines
1.7 KiB
Java
67 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.fTi, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes6.dex */
|
||
|
public enum EnumC13195fTi implements InterfaceC13412fZo<Object> {
|
||
|
INSTANCE,
|
||
|
NEVER;
|
||
|
|
||
|
@Override // o.InterfaceC13413fZp
|
||
|
public final int b(int i) {
|
||
|
return i & 2;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13414fZq
|
||
|
public final Object b() {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13414fZq
|
||
|
public final boolean c() {
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
@Override // o.fSJ
|
||
|
public final void dispose() {
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13414fZq
|
||
|
public final void e() {
|
||
|
}
|
||
|
|
||
|
public static void e(InterfaceC13174fSv<?> interfaceC13174fSv) {
|
||
|
interfaceC13174fSv.onSubscribe(INSTANCE);
|
||
|
interfaceC13174fSv.onComplete();
|
||
|
}
|
||
|
|
||
|
public static void a(Throwable th, InterfaceC13174fSv<?> interfaceC13174fSv) {
|
||
|
interfaceC13174fSv.onSubscribe(INSTANCE);
|
||
|
interfaceC13174fSv.onError(th);
|
||
|
}
|
||
|
|
||
|
public static void b(InterfaceC13154fSb interfaceC13154fSb) {
|
||
|
interfaceC13154fSb.onSubscribe(INSTANCE);
|
||
|
interfaceC13154fSb.onComplete();
|
||
|
}
|
||
|
|
||
|
public static void c(Throwable th, InterfaceC13154fSb interfaceC13154fSb) {
|
||
|
interfaceC13154fSb.onSubscribe(INSTANCE);
|
||
|
interfaceC13154fSb.onError(th);
|
||
|
}
|
||
|
|
||
|
public static void c(Throwable th, InterfaceC13176fSx<?> interfaceC13176fSx) {
|
||
|
interfaceC13176fSx.onSubscribe(INSTANCE);
|
||
|
interfaceC13176fSx.onError(th);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC13414fZq
|
||
|
public final boolean b(Object obj) {
|
||
|
throw new UnsupportedOperationException("Should not be called!");
|
||
|
}
|
||
|
|
||
|
@Override // o.fSJ
|
||
|
public final boolean isDisposed() {
|
||
|
return this == INSTANCE;
|
||
|
}
|
||
|
}
|