Home
last modified time | relevance | path

Searched refs:INTENT_RETRY_ALARM_WHAT (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcRetryAlarmController.java45 private static final String INTENT_RETRY_ALARM_WHAT = "what"; field in DcRetryAlarmController
58 if (!intent.hasExtra(INTENT_RETRY_ALARM_WHAT)) {
64 int what = intent.getIntExtra(INTENT_RETRY_ALARM_WHAT, Integer.MAX_VALUE);
141 intent.putExtra(INTENT_RETRY_ALARM_WHAT, what); in startRetryAlarm()