Loading core/java/android/provider/Settings.java +8 −1 Original line number Original line Diff line number Diff line Loading @@ -2728,7 +2728,14 @@ public final class Settings { * Controls how many attempts Gmail will try to upload an uphill operations before it * Controls how many attempts Gmail will try to upload an uphill operations before it * abandons the operation. Defaults to 20. * abandons the operation. Defaults to 20. */ */ public static final String GMAIL_NUM_RETRY_UPHILL_OP = "gmail_discard_error_uphill_op"; public static final String GMAIL_NUM_RETRY_UPHILL_OP = "gmail_num_retry_uphill_op"; /** * How much time in seconds Gmail will try to upload an uphill operations before it * abandons the operation. Defaults to 36400 (one day). */ public static final String GMAIL_WAIT_TIME_RETRY_UPHILL_OP = "gmail_wait_time_retry_uphill_op"; /** /** * Controls if the protocol buffer version of the protocol will use a multipart request for * Controls if the protocol buffer version of the protocol will use a multipart request for Loading Loading
core/java/android/provider/Settings.java +8 −1 Original line number Original line Diff line number Diff line Loading @@ -2728,7 +2728,14 @@ public final class Settings { * Controls how many attempts Gmail will try to upload an uphill operations before it * Controls how many attempts Gmail will try to upload an uphill operations before it * abandons the operation. Defaults to 20. * abandons the operation. Defaults to 20. */ */ public static final String GMAIL_NUM_RETRY_UPHILL_OP = "gmail_discard_error_uphill_op"; public static final String GMAIL_NUM_RETRY_UPHILL_OP = "gmail_num_retry_uphill_op"; /** * How much time in seconds Gmail will try to upload an uphill operations before it * abandons the operation. Defaults to 36400 (one day). */ public static final String GMAIL_WAIT_TIME_RETRY_UPHILL_OP = "gmail_wait_time_retry_uphill_op"; /** /** * Controls if the protocol buffer version of the protocol will use a multipart request for * Controls if the protocol buffer version of the protocol will use a multipart request for Loading