Lines Matching refs:TimeUtils

76 import android.util.TimeUtils;
866 TimeUtils.formatDuration(LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT, pw);
870 TimeUtils.formatDuration(LIGHT_PRE_IDLE_TIMEOUT, pw);
874 TimeUtils.formatDuration(LIGHT_IDLE_TIMEOUT, pw);
882 TimeUtils.formatDuration(LIGHT_MAX_IDLE_TIMEOUT, pw);
886 TimeUtils.formatDuration(LIGHT_IDLE_MAINTENANCE_MIN_BUDGET, pw);
890 TimeUtils.formatDuration(LIGHT_IDLE_MAINTENANCE_MAX_BUDGET, pw);
894 TimeUtils.formatDuration(MIN_LIGHT_MAINTENANCE_TIME, pw);
898 TimeUtils.formatDuration(MIN_DEEP_MAINTENANCE_TIME, pw);
902 TimeUtils.formatDuration(INACTIVE_TIMEOUT, pw);
906 TimeUtils.formatDuration(SENSING_TIMEOUT, pw);
910 TimeUtils.formatDuration(LOCATING_TIMEOUT, pw);
918 TimeUtils.formatDuration(MOTION_INACTIVE_TIMEOUT, pw);
922 TimeUtils.formatDuration(IDLE_AFTER_INACTIVE_TIMEOUT, pw);
926 TimeUtils.formatDuration(IDLE_PENDING_TIMEOUT, pw);
930 TimeUtils.formatDuration(MAX_IDLE_PENDING_TIMEOUT, pw);
937 TimeUtils.formatDuration(IDLE_TIMEOUT, pw);
941 TimeUtils.formatDuration(MAX_IDLE_TIMEOUT, pw);
948 TimeUtils.formatDuration(MIN_TIME_TO_ALARM, pw);
952 TimeUtils.formatDuration(MAX_TEMP_APP_WHITELIST_DURATION, pw);
956 TimeUtils.formatDuration(MMS_TEMP_APP_WHITELIST_DURATION, pw);
960 TimeUtils.formatDuration(SMS_TEMP_APP_WHITELIST_DURATION, pw);
964 TimeUtils.formatDuration(NOTIFICATION_WHITELIST_DURATION, pw);
2136 TimeUtils.formatDuration(mMaintenanceStartTime, sb);
2138 TimeUtils.formatDuration(now, sb);
2887 TimeUtils.formatDuration(mEventTimes[i], now, pw);;
2977 pw.print(" mInactiveTimeout="); TimeUtils.formatDuration(mInactiveTimeout, pw);
2984 TimeUtils.formatDuration(mNextAlarmTime, SystemClock.elapsedRealtime(), pw);
2989 TimeUtils.formatDuration(mNextIdlePendingDelay, pw);
2994 TimeUtils.formatDuration(mNextIdleDelay, pw);
2999 TimeUtils.formatDuration(mNextLightIdleDelay, pw);
3004 TimeUtils.formatDuration(mNextLightAlarmTime, SystemClock.elapsedRealtime(), pw);
3009 TimeUtils.formatDuration(mCurIdleBudget, pw);
3014 TimeUtils.formatDuration(mMaintenanceStartTime, SystemClock.elapsedRealtime(), pw);
3041 TimeUtils.formatDuration(entry.first.value, timeNow, pw);