Fix INTENT_RECONNECT_ALARM_EXTRA_xx, make strings meaningful.
Bug: 3481322 Change-Id: I1fcec7bc7ea2201c471f9fffdcfbc1bb028dbee7
This commit is contained in:
@ -225,7 +225,8 @@ public abstract class DataConnectionTracker extends Handler {
|
||||
// having to have different values for GSM and
|
||||
// CDMA. If so we can then remove the need for
|
||||
// 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
|
||||
// of times the setup is to fail before succeeding. If the counter isn't passed the
|
||||
|
@ -131,7 +131,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
|
||||
|
||||
private static final String INTENT_RECONNECT_ALARM =
|
||||
"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 =
|
||||
"com.android.internal.telephony.gprs-data-stall";
|
||||
|
Reference in New Issue
Block a user