Home
last modified time | relevance | path

Searched defs:nindex (Results 1 – 1 of 1) sorted by relevance

/development/samples/GlobalTime/src/com/android/globaltime/
DGlobalTime.java571 int nindex = (mCityIndex + mCities.size() + incr) % mCities.size(); in atEndOfTimeZone() local
585 int nindex = (mCityIndex + mCities.size() + incr) % mCities.size(); in shiftWithinTimeZone() local