Home
last modified time | relevance | path

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

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