Loading core/java/android/pim/vcard/VCardEntryCommitter.java +0 −6 Original line number Diff line number Diff line Loading @@ -58,12 +58,6 @@ public class VCardEntryCommitter implements VCardEntryHandler { mTimeToCommit += System.currentTimeMillis() - start; } // TODO: Compatibility function to not break the build. Will be removed shortly @Deprecated public Uri getLastCreatedUri() { return mCreatedUris.size() == 0 ? null : mCreatedUris.get(mCreatedUris.size() - 1); } /** * Returns the list of created Uris. This list should not be modified by the caller as it is * not a clone. Loading Loading
core/java/android/pim/vcard/VCardEntryCommitter.java +0 −6 Original line number Diff line number Diff line Loading @@ -58,12 +58,6 @@ public class VCardEntryCommitter implements VCardEntryHandler { mTimeToCommit += System.currentTimeMillis() - start; } // TODO: Compatibility function to not break the build. Will be removed shortly @Deprecated public Uri getLastCreatedUri() { return mCreatedUris.size() == 0 ? null : mCreatedUris.get(mCreatedUris.size() - 1); } /** * Returns the list of created Uris. This list should not be modified by the caller as it is * not a clone. Loading