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.java3919 String cleanupReason; in onDataEnabledChanged() local
3922 cleanupReason = Phone.REASON_DATA_DISABLED_INTERNAL; in onDataEnabledChanged()
3925 cleanupReason = Phone.REASON_CARRIER_ACTION_DISABLE_METERED_APN; in onDataEnabledChanged()
3932 cleanupReason = Phone.REASON_DATA_SPECIFIC_DISABLED; in onDataEnabledChanged()
3936 cleanUpAllConnectionsInternal(true, cleanupReason); in onDataEnabledChanged()