Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkPolicyManager.java261 final Time nextMonth = new Time(now); in computeNextCycleBoundary() local
262 nextMonth.hour = nextMonth.minute = nextMonth.second = 0; in computeNextCycleBoundary()
263 nextMonth.monthDay = 1; in computeNextCycleBoundary()
264 nextMonth.month += 1; in computeNextCycleBoundary()
265 nextMonth.normalize(true); in computeNextCycleBoundary()
267 cycle.set(nextMonth); in computeNextCycleBoundary()
/frameworks/base/core/java/android/util/
DDayOfMonthCursor.java127 nextMonth(); in down()
178 nextMonth(); in right()
DMonthDisplayHelper.java171 public void nextMonth() { in nextMonth() method in MonthDisplayHelper
/frameworks/base/core/tests/coretests/src/android/util/
DMonthDisplayHelperTest.java146 helper.nextMonth(); in testNextMonth()
/frameworks/base/api/
Dcurrent.txt34170 method public void nextMonth();
Dsystem-current.txt36462 method public void nextMonth();