Loading telephony/java/com/android/internal/telephony/DataConnectionTracker.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -225,7 +225,8 @@ public abstract class DataConnectionTracker extends Handler { // having to have different values for GSM and // having to have different values for GSM and // CDMA. If so we can then remove the need for // CDMA. If so we can then remove the need for // getActionIntentReconnectAlarm. // getActionIntentReconnectAlarm. protected static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reason"; protected static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reconnect_alarm_extra_reason"; // Used for debugging. Send the INTENT with an optional counter value with the number // Used for debugging. Send the INTENT with an optional counter value with the number // of times the setup is to fail before succeeding. If the counter isn't passed the // of times the setup is to fail before succeeding. If the counter isn't passed the Loading telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -131,7 +131,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { private static final String INTENT_RECONNECT_ALARM = private static final String INTENT_RECONNECT_ALARM = "com.android.internal.telephony.gprs-reconnect"; "com.android.internal.telephony.gprs-reconnect"; private static final String INTENT_RECONNECT_ALARM_EXTRA_TYPE = "type"; private static final String INTENT_RECONNECT_ALARM_EXTRA_TYPE = "reconnect_alarm_extra_type"; private static final String INTENT_DATA_STALL_ALARM = private static final String INTENT_DATA_STALL_ALARM = "com.android.internal.telephony.gprs-data-stall"; "com.android.internal.telephony.gprs-data-stall"; Loading Loading
telephony/java/com/android/internal/telephony/DataConnectionTracker.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -225,7 +225,8 @@ public abstract class DataConnectionTracker extends Handler { // having to have different values for GSM and // having to have different values for GSM and // CDMA. If so we can then remove the need for // CDMA. If so we can then remove the need for // getActionIntentReconnectAlarm. // getActionIntentReconnectAlarm. protected static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reason"; protected static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reconnect_alarm_extra_reason"; // Used for debugging. Send the INTENT with an optional counter value with the number // Used for debugging. Send the INTENT with an optional counter value with the number // of times the setup is to fail before succeeding. If the counter isn't passed the // of times the setup is to fail before succeeding. If the counter isn't passed the Loading
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -131,7 +131,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { private static final String INTENT_RECONNECT_ALARM = private static final String INTENT_RECONNECT_ALARM = "com.android.internal.telephony.gprs-reconnect"; "com.android.internal.telephony.gprs-reconnect"; private static final String INTENT_RECONNECT_ALARM_EXTRA_TYPE = "type"; private static final String INTENT_RECONNECT_ALARM_EXTRA_TYPE = "reconnect_alarm_extra_type"; private static final String INTENT_DATA_STALL_ALARM = private static final String INTENT_DATA_STALL_ALARM = "com.android.internal.telephony.gprs-data-stall"; "com.android.internal.telephony.gprs-data-stall"; Loading