Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkPolicyManager.java231 final Time lastMonth = new Time(now); in computeLastCycleBoundary() local
232 lastMonth.hour = lastMonth.minute = lastMonth.second = 0; in computeLastCycleBoundary()
233 lastMonth.monthDay = 1; in computeLastCycleBoundary()
234 lastMonth.month -= 1; in computeLastCycleBoundary()
235 lastMonth.normalize(true); in computeLastCycleBoundary()
237 cycle.set(lastMonth); in computeLastCycleBoundary()