Skip to content

Instantly share code, notes, and snippets.

@Alexey71
Created February 10, 2019 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alexey71/b21b653ed70301ce05c4949c3e98db60 to your computer and use it in GitHub Desktop.
Save Alexey71/b21b653ed70301ce05c4949c3e98db60 to your computer and use it in GitHub Desktop.
<!-- Doze settings editor -->
<string name="doze_settings_title">Doze settings</string>
<string name="doze_settings_summary">Edit doze config settings</string>
<string name="action_restoredefault">Restore defaults</string>
<string name="action_profile">Profiles</string>
<string name="action_save_as_profile">Save as profile</string>
<string name="delete_profile">Delete profile</string>
<string name="profile_name">Name</string>
<string name="string_seconds">seconds</string>
<string name="string_default">Default</string>
<string name="action_filter">Filter</string>
<string name="doze_settings_applied">Settings applied</string>
<string name="DESC_INACTIVE_TIMEOUT">This is the time, after becoming inactive, at which we start looking at the motion sensor to determine if the device is being left alone. We don\'t do this immediately after going inactive just because we don\'t want to be continually running the significant motion sensor whenever the screen is off</string>
<string name="DESC_SENSING_TIMEOUT">If we don\'t receive a callback from AnyMotion in this amount of time + locating_to, we will change from STATE_SENSING to STATE_INACTIVE, and any AnyMotion callbacks while not in STATE_SENSING will be ignored</string>
<string name="DESC_LOCATING_TIMEOUT">This is how long we will wait to try to get a good location fix before going in to idle mode</string>
<string name="DESC_LOCATION_ACCURACY">The desired maximum accuracy (in meters) we consider the location to be good enough to go on to idle. We will be trying to get an accuracy fix at least this good or until locating_to expires</string>
<string name="DESC_MOTION_INACTIVE_TIMEOUT">This is the time, after seeing motion, that we wait after becoming inactive from that until we start looking for motion again</string>
<string name="DESC_IDLE_AFTER_INACTIVE_TIMEOUT">This is the time, after the inactive timeout elapses, that we will wait looking for significant motion until we truly consider the device to be idle</string>
<string name="DESC_IDLE_PENDING_TIMEOUT">This is the initial time, after being idle, that we will allow ourself to be back in the IDLE_PENDING state allowing the system to run normally until we return to idle</string>
<string name="DESC_MAX_IDLE_PENDING_TIMEOUT">Maximum pending idle timeout (time spent running) we will be allowed to use</string>
<string name="DESC_IDLE_PENDING_FACTOR">Scaling factor to apply to current pending idle timeout each time we cycle through that state</string>
<string name="DESC_IDLE_TIMEOUT">This is the initial time that we want to sit in the idle state before waking up again to return to pending idle and allowing normal work to run</string>
<string name="DESC_MAX_IDLE_TIMEOUT">Maximum idle duration we will be allowed to use</string>
<string name="DESC_IDLE_FACTOR">Scaling factor to apply to current idle timeout each time we cycle through that state</string>
<string name="DESC_MIN_TIME_TO_ALARM">This is the minimum time we will allow until the next upcoming alarm for us to actually go in to idle mode</string>
<string name="DESC_MAX_TEMP_APP_WHITELIST_DURATION">Max amount of time to temporarily whitelist an app when it receives a high tickle</string>
<string name="DESC_MMS_TEMP_APP_WHITELIST_DURATION">Amount of time we would like to whitelist an app that is receiving an MMS</string>
<string name="DESC_SMS_TEMP_APP_WHITELIST_DURATION">Amount of time we would like to whitelist an app that is receiving an SMS</string>
<string name="DESC_LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT">This is the time, after becoming inactive, that we go in to the first light-weight idle mode</string>
<string name="DESC_LIGHT_PRE_IDLE_TIMEOUT">This is amount of time we will wait from the point where we decide we would like to go idle until we actually do, while waiting for jobs and other current activity to finish</string>
<string name="DESC_LIGHT_IDLE_TIMEOUT">This is the initial time that we will run in idle maintenance mode</string>
<string name="DESC_LIGHT_IDLE_FACTOR">Scaling factor to apply to the light idle mode time each time we complete a cycle</string>
<string name="DESC_LIGHT_MAX_IDLE_TIMEOUT">This is the maximum time we will run in idle maintenence mode</string>
<string name="DESC_LIGHT_IDLE_MAINTENANCE_MIN_BUDGET">This is the minimum amount of time we want to make available for maintenance mode when lightly idling</string>
<string name="DESC_LIGHT_IDLE_MAINTENANCE_MAX_BUDGET">This is the maximum amount of time we want to make available for maintenance mode when lightly idling</string>
<string name="DESC_MIN_LIGHT_MAINTENANCE_TIME">This is the minimum amount of time that we will stay in maintenance mode after a light doze</string>
<string name="DESC_MIN_DEEP_MAINTENANCE_TIME">This is the minimum amount of time that we will stay in maintenance mode after a full doze</string>
<string name="DESC_KEY_NOTIFICATION_WHITELIST_DURATION">Amount of time we would like to whitelist an app that is handling a notification</string>
<string name="SHORT_INACTIVE_TIMEOUT">Inactive timeout</string>
<string name="SHORT_SENSING_TIMEOUT">Sensing timeout</string>
<string name="SHORT_LOCATING_TIMEOUT">Locating timeout</string>
<string name="SHORT_LOCATION_ACCURACY">Location accuracy</string>
<string name="SHORT_MOTION_INACTIVE_TIMEOUT">Motion inactive timeout</string>
<string name="SHORT_IDLE_AFTER_INACTIVE_TIMEOUT">Idle after inactive timeout</string>
<string name="SHORT_IDLE_PENDING_TIMEOUT">Idle pending timeout</string>
<string name="SHORT_MAX_IDLE_PENDING_TIMEOUT">Max idle pending timeout</string>
<string name="SHORT_IDLE_PENDING_FACTOR">Idle pending factor</string>
<string name="SHORT_IDLE_TIMEOUT">Idle timeout</string>
<string name="SHORT_MAX_IDLE_TIMEOUT">Max idle timeout</string>
<string name="SHORT_IDLE_FACTOR">Idle factor</string>
<string name="SHORT_MIN_TIME_TO_ALARM">Min time to alarm</string>
<string name="SHORT_MAX_TEMP_APP_WHITELIST_DURATION">Max temp app whitelist duration</string>
<string name="SHORT_MMS_TEMP_APP_WHITELIST_DURATION">Max MMS app whitelist duration</string>
<string name="SHORT_SMS_TEMP_APP_WHITELIST_DURATION">Max SMS app whitelist duration</string>
<string name="SHORT_LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT">Light idle after inactive timeout</string>
<string name="SHORT_LIGHT_PRE_IDLE_TIMEOUT">Light pre idle timeout</string>
<string name="SHORT_LIGHT_IDLE_TIMEOUT">Light idle timeout</string>
<string name="SHORT_LIGHT_IDLE_FACTOR">Light idle factor</string>
<string name="SHORT_LIGHT_MAX_IDLE_TIMEOUT">Max light idle timeout</string>
<string name="SHORT_LIGHT_IDLE_MAINTENANCE_MIN_BUDGET">Maintenance mode light idle min timeout</string>
<string name="SHORT_LIGHT_IDLE_MAINTENANCE_MAX_BUDGET">Maintenance mode light idle max timeout</string>
<string name="SHORT_MIN_LIGHT_MAINTENANCE_TIME">Maintenance mode light doze min timeout</string>
<string name="SHORT_MIN_DEEP_MAINTENANCE_TIME">Maintenance mode full doze min timeout</string>
<string name="SHORT_KEY_NOTIFICATION_WHITELIST_DURATION">Max notification whitelist duration</string>
<!-- Time In State & CPU State -->
<string name="state_time_mode">Awake</string>
<string name="since_boot">Boot</string>
<string name="since_charged">Charged</string>
<string name="since_unplugged">Unplugged</string>
<string name="since_reset">Reset</string>
<string name="since_unplug">Unplug</string>
<string name="other">Activity</string>
<string name="kernel_wakelocks">Kernel wakelocks</string>
<string name="partial_wakelocks">Partial wakelocks</string>
<string name="app_wakelocks">App wakelocks</string>
<string name="create_ref">Reset</string>
<string name="spinner_period_title">Since</string>
<string name="spinner_type_title">Show</string>
<string name="screen_on_time">Screen on</string>
<string name="awake_time">Awake</string>
<string name="deep_sleep_time">Deep sleep</string>
<string name="no_kernel_wakelock_file_found">No kernel wakelock stats file /proc/wakelocks or /sys/kernel/debug/wakeup_sources found.</string>
<string name="more_line_text">more\u2026</string>
<string name="state_core_mode">Cores</string>
<string name="kernel_wakelock_time">Kernel wakelocks</string>
<string name="user_wakelock_time">Partial wakelocks</string>
<string name="battery_change">Battery change</string>
<string name="spinner_state_time_title">Time</string>
<string name="total_time">Total</string>
<string name="wakelock_time">Wakelocks</string>
<string name="copy_as_text">Copy as text</string>
<string name="google_it">Google for it</string>
<string name="app_details">App details</string>
<string name="no_stat_because_reset_state">Press reset to start collecting time in state data</string>
<string name="no_stat_because_reset_wakelock">Press reset to start collecting wakelock data</string>
<string name="no_stat_because_plugged">Please unplug power to get wakelock data</string>
<string name="no_states_file_found">No states file found. Are you sure your phone is compatible?\n\nIf you are running a custom ROM or kernel, try contacting its developer to inform him that the states file is not readable.</string>
<string name="deep_sleep">"Deep Sleep"</string>
<string name="mt_refresh">Refresh</string>
<string name="mt_share">Share</string>
<string name="mt_reset">Reset</string>
<string name="time_in_state_title">Time in state</string>
<string name="time_in_state_summary">Show CPU frequency statistics</string>
<string name="action_save">Save</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment