Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java178 protected static final String INTENT_RESTART_TRYSETUP_ALARM = field in DcTrackerBase
340 } else if (action.startsWith(INTENT_RESTART_TRYSETUP_ALARM)) {
DDcTracker.java172 filter.addAction(INTENT_RESTART_TRYSETUP_ALARM + '.' + apnContext.getApnType()); in DcTracker()
1494 Intent intent = new Intent(INTENT_RESTART_TRYSETUP_ALARM + "." + apnType); in startAlarmForRestartTrySetup()