Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java244 private static final String INTENT_DATA_STALL_ALARM = field in DcTracker
353 } else if (action.equals(INTENT_DATA_STALL_ALARM)) {
692 filter.addAction(INTENT_DATA_STALL_ALARM); in DcTracker()
4881 Intent intent = new Intent(INTENT_DATA_STALL_ALARM); in startDataStallAlarm()