Loading media/java/android/media/Metadata.java +0 −13 Original line number Diff line number Diff line Loading @@ -272,15 +272,6 @@ import java.util.TimeZone; @UnsupportedAppUsage public Metadata() { } // Have to declare protected for finalize() since it is protected // in the base class Object. @Override protected void finalize() throws Throwable { if (mParcel != null) { mParcel.recycle(); } } /** * Go over all the records, collecting metadata keys and records' * type field offset in the Parcel. These are stored in Loading Loading @@ -427,10 +418,6 @@ import java.util.TimeZone; parcel.setDataPosition(pin); return false; } if (mParcel != null) { mParcel.recycle(); } mParcel = parcel; return true; } Loading Loading
media/java/android/media/Metadata.java +0 −13 Original line number Diff line number Diff line Loading @@ -272,15 +272,6 @@ import java.util.TimeZone; @UnsupportedAppUsage public Metadata() { } // Have to declare protected for finalize() since it is protected // in the base class Object. @Override protected void finalize() throws Throwable { if (mParcel != null) { mParcel.recycle(); } } /** * Go over all the records, collecting metadata keys and records' * type field offset in the Parcel. These are stored in Loading Loading @@ -427,10 +418,6 @@ import java.util.TimeZone; parcel.setDataPosition(pin); return false; } if (mParcel != null) { mParcel.recycle(); } mParcel = parcel; return true; } Loading