Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccac69e1 authored by Joachim Sauer's avatar Joachim Sauer Committed by Android (Google) Code Review
Browse files

Merge "Deprecate internal Calendar methods." into oc-dev

parents 424dd39e 0a1066a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19279,9 +19279,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);
+2 −2
Original line number Diff line number Diff line
@@ -20784,9 +20784,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);
+2 −2
Original line number Diff line number Diff line
@@ -19329,9 +19329,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);