Loading core/java/android/provider/Settings.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -4936,6 +4936,13 @@ public final class Settings { public static final String DATA_STALL_ALARM_AGGRESSIVE_DELAY_IN_MS = public static final String DATA_STALL_ALARM_AGGRESSIVE_DELAY_IN_MS = "data_stall_alarm_aggressive_delay_in_ms"; "data_stall_alarm_aggressive_delay_in_ms"; /** * The number of milliseconds to allow the provisioning apn to remain active * @hide */ public static final String PROVISIONING_APN_ALARM_DELAY_IN_MS = "provisioning_apn_alarm_delay_in_ms"; /** /** * The interval in milliseconds at which to check gprs registration * The interval in milliseconds at which to check gprs registration * after the first registration mismatch of gprs and voice service, * after the first registration mismatch of gprs and voice service, Loading telephony/java/com/android/internal/telephony/DctConstants.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -96,6 +96,7 @@ public class DctConstants { public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 36; public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 36; public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 37; public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 37; public static final int CMD_IS_PROVISIONING_APN = BASE + 38; public static final int CMD_IS_PROVISIONING_APN = BASE + 38; public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39; /***** Constants *****/ /***** Constants *****/ Loading Loading
core/java/android/provider/Settings.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -4936,6 +4936,13 @@ public final class Settings { public static final String DATA_STALL_ALARM_AGGRESSIVE_DELAY_IN_MS = public static final String DATA_STALL_ALARM_AGGRESSIVE_DELAY_IN_MS = "data_stall_alarm_aggressive_delay_in_ms"; "data_stall_alarm_aggressive_delay_in_ms"; /** * The number of milliseconds to allow the provisioning apn to remain active * @hide */ public static final String PROVISIONING_APN_ALARM_DELAY_IN_MS = "provisioning_apn_alarm_delay_in_ms"; /** /** * The interval in milliseconds at which to check gprs registration * The interval in milliseconds at which to check gprs registration * after the first registration mismatch of gprs and voice service, * after the first registration mismatch of gprs and voice service, Loading
telephony/java/com/android/internal/telephony/DctConstants.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -96,6 +96,7 @@ public class DctConstants { public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 36; public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 36; public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 37; public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 37; public static final int CMD_IS_PROVISIONING_APN = BASE + 38; public static final int CMD_IS_PROVISIONING_APN = BASE + 38; public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39; /***** Constants *****/ /***** Constants *****/ Loading