Lines Matching refs:TimeUtils

76 import android.util.TimeUtils;
863 TimeUtils.formatDuration(LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT, pw);
867 TimeUtils.formatDuration(LIGHT_PRE_IDLE_TIMEOUT, pw);
871 TimeUtils.formatDuration(LIGHT_IDLE_TIMEOUT, pw);
879 TimeUtils.formatDuration(LIGHT_MAX_IDLE_TIMEOUT, pw);
883 TimeUtils.formatDuration(LIGHT_IDLE_MAINTENANCE_MIN_BUDGET, pw);
887 TimeUtils.formatDuration(LIGHT_IDLE_MAINTENANCE_MAX_BUDGET, pw);
891 TimeUtils.formatDuration(MIN_LIGHT_MAINTENANCE_TIME, pw);
895 TimeUtils.formatDuration(MIN_DEEP_MAINTENANCE_TIME, pw);
899 TimeUtils.formatDuration(INACTIVE_TIMEOUT, pw);
903 TimeUtils.formatDuration(SENSING_TIMEOUT, pw);
907 TimeUtils.formatDuration(LOCATING_TIMEOUT, pw);
915 TimeUtils.formatDuration(MOTION_INACTIVE_TIMEOUT, pw);
919 TimeUtils.formatDuration(IDLE_AFTER_INACTIVE_TIMEOUT, pw);
923 TimeUtils.formatDuration(IDLE_PENDING_TIMEOUT, pw);
927 TimeUtils.formatDuration(MAX_IDLE_PENDING_TIMEOUT, pw);
934 TimeUtils.formatDuration(IDLE_TIMEOUT, pw);
938 TimeUtils.formatDuration(MAX_IDLE_TIMEOUT, pw);
945 TimeUtils.formatDuration(MIN_TIME_TO_ALARM, pw);
949 TimeUtils.formatDuration(MAX_TEMP_APP_WHITELIST_DURATION, pw);
953 TimeUtils.formatDuration(MMS_TEMP_APP_WHITELIST_DURATION, pw);
957 TimeUtils.formatDuration(SMS_TEMP_APP_WHITELIST_DURATION, pw);
961 TimeUtils.formatDuration(NOTIFICATION_WHITELIST_DURATION, pw);
2121 TimeUtils.formatDuration(mMaintenanceStartTime, sb);
2123 TimeUtils.formatDuration(now, sb);
2872 TimeUtils.formatDuration(mEventTimes[i], now, pw);;
2962 pw.print(" mInactiveTimeout="); TimeUtils.formatDuration(mInactiveTimeout, pw);
2969 TimeUtils.formatDuration(mNextAlarmTime, SystemClock.elapsedRealtime(), pw);
2974 TimeUtils.formatDuration(mNextIdlePendingDelay, pw);
2979 TimeUtils.formatDuration(mNextIdleDelay, pw);
2984 TimeUtils.formatDuration(mNextLightIdleDelay, pw);
2989 TimeUtils.formatDuration(mNextLightAlarmTime, SystemClock.elapsedRealtime(), pw);
2994 TimeUtils.formatDuration(mCurIdleBudget, pw);
2999 TimeUtils.formatDuration(mMaintenanceStartTime, SystemClock.elapsedRealtime(), pw);
3026 TimeUtils.formatDuration(entry.first.value, timeNow, pw);