diff --git a/api/current.txt b/api/current.txt index d47f6c9776b34..89d96d2fb6506 100644 --- a/api/current.txt +++ b/api/current.txt @@ -19286,9 +19286,9 @@ package android.icu.util { method protected final void computeGregorianFields(int); method protected int computeGregorianMonthStart(int, int); method protected int computeJulianDay(); - method protected int computeMillisInDay(); + method protected deprecated int computeMillisInDay(); method protected void computeTime(); - method protected int computeZoneOffset(long, int); + method protected deprecated int computeZoneOffset(long, int); method public int fieldDifference(java.util.Date, int); method protected java.lang.String fieldName(int); method protected static final long floorDivide(long, long); diff --git a/api/system-current.txt b/api/system-current.txt index 13738a8377614..c253c710ab5a4 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -20789,9 +20789,9 @@ package android.icu.util { method protected final void computeGregorianFields(int); method protected int computeGregorianMonthStart(int, int); method protected int computeJulianDay(); - method protected int computeMillisInDay(); + method protected deprecated int computeMillisInDay(); method protected void computeTime(); - method protected int computeZoneOffset(long, int); + method protected deprecated int computeZoneOffset(long, int); method public int fieldDifference(java.util.Date, int); method protected java.lang.String fieldName(int); method protected static final long floorDivide(long, long); diff --git a/api/test-current.txt b/api/test-current.txt index 94b9e2ce38658..dba3d8b1152c9 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -19336,9 +19336,9 @@ package android.icu.util { method protected final void computeGregorianFields(int); method protected int computeGregorianMonthStart(int, int); method protected int computeJulianDay(); - method protected int computeMillisInDay(); + method protected deprecated int computeMillisInDay(); method protected void computeTime(); - method protected int computeZoneOffset(long, int); + method protected deprecated int computeZoneOffset(long, int); method public int fieldDifference(java.util.Date, int); method protected java.lang.String fieldName(int); method protected static final long floorDivide(long, long);