diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2021-02-17 12:28:56 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-17 12:28:56 +0000 |
commit | f614cdce9d0ec2fef4a2b7ee425582db75fd4165 (patch) | |
tree | 643cf701b7d955cd2b7a4d57e8c6ff63834d2b5e /core/api/module-lib-current.txt | |
parent | 0feadf2006e46358da2b2ccc5ce615876c8d1ffa (diff) | |
parent | d0012ec461f087dcef2ce4075b4660879dae5708 (diff) |
Merge "Expose TEST_TAP_PREFIX as system API"
Diffstat (limited to 'core/api/module-lib-current.txt')
-rw-r--r-- | core/api/module-lib-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index 1fb5de3170db..fbaa93185680 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -60,6 +60,7 @@ package android.net { method @NonNull public android.net.TestNetworkInterface createTunInterface(@NonNull java.util.Collection<android.net.LinkAddress>); method public void setupTestNetwork(@NonNull String, @NonNull android.os.IBinder); method public void teardownTestNetwork(@NonNull android.net.Network); + field public static final String TEST_TAP_PREFIX = "testtap"; } public final class UnderlyingNetworkInfo implements android.os.Parcelable { |