OSDN Git Service

Track libcore change ee24b6322448ac919231a668e308ebd719aa52d7
authorYi Kong <yikong@google.com>
Tue, 9 Aug 2016 13:58:57 +0000 (14:58 +0100)
committerYi Kong <yikong@google.com>
Tue, 9 Aug 2016 17:57:16 +0000 (18:57 +0100)
Change-Id: I73dd6af604304ea4eb8e01990454f491af659602
(cherry picked from commit f646aa14cdbf34e8784c0411d0baca26e364c1dc)

api/current.txt
api/system-current.txt
api/test-current.txt

index aa2bc9a..7414046 100644 (file)
@@ -35315,6 +35315,7 @@ package android.system {
     method public static int gettid();
     method public static int getuid();
     method public static java.lang.String if_indextoname(int);
+    method public static int if_nametoindex(java.lang.String);
     method public static java.net.InetAddress inet_pton(int, java.lang.String);
     method public static boolean isatty(java.io.FileDescriptor);
     method public static void kill(int, int) throws android.system.ErrnoException;
index b132a28..e2f8959 100644 (file)
@@ -38131,6 +38131,7 @@ package android.system {
     method public static int gettid();
     method public static int getuid();
     method public static java.lang.String if_indextoname(int);
+    method public static int if_nametoindex(java.lang.String);
     method public static java.net.InetAddress inet_pton(int, java.lang.String);
     method public static boolean isatty(java.io.FileDescriptor);
     method public static void kill(int, int) throws android.system.ErrnoException;
index fc3ef13..1919abf 100644 (file)
@@ -35392,6 +35392,7 @@ package android.system {
     method public static int gettid();
     method public static int getuid();
     method public static java.lang.String if_indextoname(int);
+    method public static int if_nametoindex(java.lang.String);
     method public static java.net.InetAddress inet_pton(int, java.lang.String);
     method public static boolean isatty(java.io.FileDescriptor);
     method public static void kill(int, int) throws android.system.ErrnoException;