正在查看: 密秀 v1.0 应用的 e.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 密秀 v1.0 应用的 e.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package M;
import android.net.TrafficStats;
import android.os.Build;
import android.os.ParcelFileDescriptor;
import e.InterfaceC0606P;
import e.InterfaceC0628u;
import e.Y;
import java.net.DatagramSocket;
import java.net.Socket;
import java.net.SocketException;
public final class e {
@Y(24)
public static class a {
@InterfaceC0628u
public static void chaiv0eodohJaig0(DatagramSocket datagramSocket) throws SocketException {
TrafficStats.untagDatagramSocket(datagramSocket);
}
@InterfaceC0628u
public static void eiNaiXooTicou8Va(DatagramSocket datagramSocket) throws SocketException {
TrafficStats.tagDatagramSocket(datagramSocket);
}
}
@Deprecated
public static void NieGhae7ciej4eis(int i2) {
TrafficStats.setThreadStatsTag(i2);
}
@Deprecated
public static void Queig1oK2deemolu(Socket socket) throws SocketException {
TrafficStats.untagSocket(socket);
}
public static void So5Iifei8bahgeth(@InterfaceC0606P DatagramSocket datagramSocket) throws SocketException {
if (Build.VERSION.SDK_INT >= 24) {
a.eiNaiXooTicou8Va(datagramSocket);
return;
}
ParcelFileDescriptor fromDatagramSocket = ParcelFileDescriptor.fromDatagramSocket(datagramSocket);
TrafficStats.tagSocket(new b(datagramSocket, fromDatagramSocket.getFileDescriptor()));
fromDatagramSocket.detachFd();
}
@Deprecated
public static void beNga4uimu4icair(Socket socket) throws SocketException {
TrafficStats.tagSocket(socket);
}
@Deprecated
public static int chaiv0eodohJaig0() {
return TrafficStats.getThreadStatsTag();
}
@Deprecated
public static void eiNaiXooTicou8Va() {
TrafficStats.clearThreadStatsTag();
}
@Deprecated
public static void koo6ahlohTh1Eiph(int i2, int i3) {
TrafficStats.incrementOperationCount(i2, i3);
}
public static void taim3fie8aecho4I(@InterfaceC0606P DatagramSocket datagramSocket) throws SocketException {
if (Build.VERSION.SDK_INT >= 24) {
a.chaiv0eodohJaig0(datagramSocket);
return;
}
ParcelFileDescriptor fromDatagramSocket = ParcelFileDescriptor.fromDatagramSocket(datagramSocket);
TrafficStats.untagSocket(new b(datagramSocket, fromDatagramSocket.getFileDescriptor()));
fromDatagramSocket.detachFd();
}
@Deprecated
public static void zie5kei7aiJe1iek(int i2) {
TrafficStats.incrementOperationCount(i2);
}
}