Home
last modified time | relevance | path

Searched refs:DAYS_IN_A_WEEK (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java146 private static final int DAYS_IN_A_WEEK = 7; field in PeopleTileViewHelper
1313 } else if (durationSinceLastInteraction.toDays() < DAYS_IN_A_WEEK) { in getLastInteractionString()
1316 } else if (durationSinceLastInteraction.toDays() == DAYS_IN_A_WEEK) { in getLastInteractionString()
1318 } else if (durationSinceLastInteraction.toDays() < DAYS_IN_A_WEEK * 2) { in getLastInteractionString()
1320 } else if (durationSinceLastInteraction.toDays() == DAYS_IN_A_WEEK * 2) { in getLastInteractionString()