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

  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 606 * @param unixTime Target time to report.
610 static String formatDebugTime(long unixTime, long now) {
612 time.set(unixTime);
614 long delta = unixTime - now;
617 return String.format("[%d] %s (%+d mins)", unixTime,
621 return String.format("[%d] %s (%+d secs)", unixTime,
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp     [all...]
QualcommCameraHardware.cpp     [all...]

Completed in 738 milliseconds