Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java114 static final String REASON_DATA_SPECIFIC_DISABLED = "specificDisabled"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java920 onCleanUpAllConnections(Phone.REASON_DATA_SPECIFIC_DISABLED); in onSetUserDataEnabled()
932 onCleanUpAllConnections(Phone.REASON_DATA_SPECIFIC_DISABLED); in onDeviceProvisionedChange()
1711 specificDisable = reason.equals(Phone.REASON_DATA_SPECIFIC_DISABLED) || in cleanUpAllConnections()
2470 onCleanUpAllConnections(Phone.REASON_DATA_SPECIFIC_DISABLED); in onSetPolicyDataEnabled()