Searched refs:WEEK_IN_MINUTES (Results 1 – 1 of 1) sorted by relevance
114 static final int WEEK_IN_MINUTES = DAY_IN_MINUTES * 7; field in Utils1038 if (endMinute >= WEEK_IN_MINUTES) { in createDNAStrands()1039 endMinute = WEEK_IN_MINUTES - 1; in createDNAStrands()