HomeSort by relevance Sort by last modified time
    Searched refs:tempTime (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 303 Time tempTime = new Time(mTimeZone);
305 tempTime.set(now);
306 mTodayJulianDay = Time.getJulianDay(now, tempTime.gmtoff);
317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
318 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone);
324 long adapterStartTime = tempTime.setJulianDay(startDay);
354 long nextMidnight = Utils.getNextMidnight(tempTime,
383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone);
419 long nextMidnight = Utils.getNextMidnight(tempTime, info.mEventStartTimeMilli,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 493 int tempTime = 0;
498 tempTime += times[start] - times[start - 1];
507 tempTime= 0;
512 tempTime += times[end + 1] - times[end];
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 489 uint64_t tempTime;
    [all...]

Completed in 335 milliseconds