1props { 2 module: "android.sysprop.SuspendProperties" 3 prop { 4 api_name: "backoff_threshold_count" 5 type: UInt 6 prop_name: "suspend.backoff_threshold_count" 7 } 8 prop { 9 api_name: "base_sleep_time_millis" 10 type: UInt 11 prop_name: "suspend.base_sleep_time_millis" 12 } 13 prop { 14 api_name: "failed_suspend_backoff_enabled" 15 prop_name: "suspend.failed_suspend_backoff_enabled" 16 } 17 prop { 18 api_name: "max_sleep_time_millis" 19 type: UInt 20 prop_name: "suspend.max_sleep_time_millis" 21 } 22 prop { 23 api_name: "short_suspend_backoff_enabled" 24 prop_name: "suspend.short_suspend_backoff_enabled" 25 } 26 prop { 27 api_name: "short_suspend_threshold_millis" 28 type: UInt 29 prop_name: "suspend.short_suspend_threshold_millis" 30 } 31 prop { 32 api_name: "sleep_time_scale_factor" 33 type: Double 34 prop_name: "suspend.sleep_time_scale_factor" 35 } 36} 37