Loading api/current.txt +9 −0 Original line number Diff line number Diff line Loading @@ -42535,6 +42535,7 @@ package android.system { method public static int getpid(); method public static int getppid(); method public static java.net.SocketAddress getsockname(java.io.FileDescriptor) throws android.system.ErrnoException; method @NonNull public static android.system.StructTimeval getsockoptTimeval(@NonNull java.io.FileDescriptor, int, int) throws android.system.ErrnoException; method public static int gettid(); method public static int getuid(); method public static byte[] getxattr(String, String) throws android.system.ErrnoException; Loading Loading @@ -42585,6 +42586,7 @@ package android.system { method @Deprecated public static void setgid(int) throws android.system.ErrnoException; method public static int setsid() throws android.system.ErrnoException; method public static void setsockoptInt(java.io.FileDescriptor, int, int, int) throws android.system.ErrnoException; method public static void setsockoptTimeval(@NonNull java.io.FileDescriptor, int, int, @NonNull android.system.StructTimeval) throws android.system.ErrnoException; method @Deprecated public static void setuid(int) throws android.system.ErrnoException; method public static void setxattr(String, String, byte[], int) throws android.system.ErrnoException; method public static void shutdown(java.io.FileDescriptor, int) throws android.system.ErrnoException; Loading Loading @@ -43166,6 +43168,13 @@ package android.system { field public final long tv_sec; } public final class StructTimeval { method @NonNull public static android.system.StructTimeval fromMillis(long); method public long toMillis(); field public final long tv_sec; field public final long tv_usec; } public final class StructUtsname { ctor public StructUtsname(String, String, String, String, String); field public final String machine; Loading
api/current.txt +9 −0 Original line number Diff line number Diff line Loading @@ -42535,6 +42535,7 @@ package android.system { method public static int getpid(); method public static int getppid(); method public static java.net.SocketAddress getsockname(java.io.FileDescriptor) throws android.system.ErrnoException; method @NonNull public static android.system.StructTimeval getsockoptTimeval(@NonNull java.io.FileDescriptor, int, int) throws android.system.ErrnoException; method public static int gettid(); method public static int getuid(); method public static byte[] getxattr(String, String) throws android.system.ErrnoException; Loading Loading @@ -42585,6 +42586,7 @@ package android.system { method @Deprecated public static void setgid(int) throws android.system.ErrnoException; method public static int setsid() throws android.system.ErrnoException; method public static void setsockoptInt(java.io.FileDescriptor, int, int, int) throws android.system.ErrnoException; method public static void setsockoptTimeval(@NonNull java.io.FileDescriptor, int, int, @NonNull android.system.StructTimeval) throws android.system.ErrnoException; method @Deprecated public static void setuid(int) throws android.system.ErrnoException; method public static void setxattr(String, String, byte[], int) throws android.system.ErrnoException; method public static void shutdown(java.io.FileDescriptor, int) throws android.system.ErrnoException; Loading Loading @@ -43166,6 +43168,13 @@ package android.system { field public final long tv_sec; } public final class StructTimeval { method @NonNull public static android.system.StructTimeval fromMillis(long); method public long toMillis(); field public final long tv_sec; field public final long tv_usec; } public final class StructUtsname { ctor public StructUtsname(String, String, String, String, String); field public final String machine;