commit | 8888a5a92dc717a485a1b934347f804c264b57f5 | [log] [tgz] |
---|---|---|
author | Ken Shirriff <kens@google.com> | Mon Mar 01 14:17:23 2010 -0800 |
committer | Ken Shirriff <kens@google.com> | Mon Mar 01 22:00:09 2010 -0800 |
tree | 779d1b6222c6b1965546eb0eccdd52f7be5c6196 | |
parent | 552e7817bd90c6b7fabadba9a2ff7e43eccf831a [diff] |
Replace android.pim.DateException with com.android.providers.calendar.DateException. Since DateException is only used by the calendar provider, it should be in the provider code. Then android.pim.DateException can be removed. Also get rid of tests for DateUtils methods that are no longer used. (The tests are the only thing that use these methods.)