Merge "Track libcore change 0e393b4d628541e84e31210342f4103315c07e23" am: 50f3429d14 am: 622e170338
am: c57b96bf11
Change-Id: I0d5c8158210e17161cf9f9310f5f94457f79a8e2
This commit is contained in:
committed by
android-build-merger
commit
c3bc13cd26
@@ -51809,6 +51809,7 @@ package java.lang {
|
|||||||
method protected T initialValue();
|
method protected T initialValue();
|
||||||
method public void remove();
|
method public void remove();
|
||||||
method public void set(T);
|
method public void set(T);
|
||||||
|
method public static java.lang.ThreadLocal<S> withInitial(java.util.function.Supplier<? extends S>);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Throwable implements java.io.Serializable {
|
public class Throwable implements java.io.Serializable {
|
||||||
|
|||||||
@@ -55332,6 +55332,7 @@ package java.lang {
|
|||||||
method protected T initialValue();
|
method protected T initialValue();
|
||||||
method public void remove();
|
method public void remove();
|
||||||
method public void set(T);
|
method public void set(T);
|
||||||
|
method public static java.lang.ThreadLocal<S> withInitial(java.util.function.Supplier<? extends S>);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Throwable implements java.io.Serializable {
|
public class Throwable implements java.io.Serializable {
|
||||||
|
|||||||
Reference in New Issue
Block a user