Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java113 static final String REASON_DATA_SPECIFIC_DISABLED = "specificDisabled"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java1398 onCleanUpAllConnections(Phone.REASON_DATA_SPECIFIC_DISABLED); in onSetUserDataEnabled()
1416 onCleanUpAllConnections(Phone.REASON_DATA_SPECIFIC_DISABLED); in onSetPolicyDataEnabled()
DDcTracker.java953 specificdisable = reason.equals(Phone.REASON_DATA_SPECIFIC_DISABLED); in cleanUpAllConnections()