Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java299 protected static final String INTENT_PROVISIONING_APN_ALARM = field in DcTrackerBase
345 } else if (action.equals(INTENT_PROVISIONING_APN_ALARM)) {
602 filter.addAction(INTENT_PROVISIONING_APN_ALARM); in DcTrackerBase()
1941 Intent intent = new Intent(INTENT_PROVISIONING_APN_ALARM); in startProvisioningApnAlarm()