Searched refs:INTENT_RETRY_ALARM_WHAT (Results 1 – 1 of 1) sorted by relevance
45 private static final String INTENT_RETRY_ALARM_WHAT = "what"; field in DcRetryAlarmController58 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()