Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataEnabledSettings.java66 REASON_USER_DATA_ENABLED,
80 public static final int REASON_USER_DATA_ENABLED = 2; field in DataEnabledSettings
145 updateDataEnabledAndNotify(REASON_USER_DATA_ENABLED);
228 updateDataEnabledAndNotify(REASON_USER_DATA_ENABLED); in setUserDataEnabled()
DDcTracker.java4010 case DataEnabledSettings.REASON_USER_DATA_ENABLED: in onDataEnabledChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java703 new Pair<>(true, DataEnabledSettings.REASON_USER_DATA_ENABLED), null); in testDataRetry()
786 new Pair<>(false, DataEnabledSettings.REASON_USER_DATA_ENABLED), null); in testUserDisableData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4515 } else if (reason == DataEnabledSettings.REASON_USER_DATA_ENABLED) { in onDataEnabledChanged()