public static Date getYesterday() {
   return DateUtils.getDateInThePast(DateUtils.ONE_DAY_IN_MILLIS);
 }