Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4002 String cleanupReason; in onDataEnabledChanged() local
4005 cleanupReason = Phone.REASON_DATA_DISABLED_INTERNAL; in onDataEnabledChanged()
4008 cleanupReason = Phone.REASON_CARRIER_ACTION_DISABLE_METERED_APN; in onDataEnabledChanged()
4015 cleanupReason = Phone.REASON_DATA_SPECIFIC_DISABLED; in onDataEnabledChanged()
4019 cleanUpAllConnectionsInternal(true, cleanupReason); in onDataEnabledChanged()