Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java249 private static final String INTENT_RECONNECT_ALARM = field in DcTracker
345 } else if (action.startsWith(INTENT_RECONNECT_ALARM)) {
741 filter.addAction(INTENT_RECONNECT_ALARM + '.' + apnContext.getApnType()); in DcTracker()
2172 Intent intent = new Intent(INTENT_RECONNECT_ALARM + "." + apnType); in startAlarmForReconnect()