HomeSort by relevance Sort by last modified time
    Searched full:lastmonth (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 171 final Time lastMonth = new Time(now);
172 lastMonth.hour = lastMonth.minute = lastMonth.second = 0;
173 lastMonth.monthDay = 1;
174 lastMonth.month -= 1;
175 lastMonth.normalize(true);
177 cycle.set(lastMonth);

Completed in 84 milliseconds