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,
81 public static final int REASON_USER_DATA_ENABLED = 2; field in DataEnabledSettings
157 updateDataEnabledAndNotify(REASON_USER_DATA_ENABLED);
241 updateDataEnabledAndNotify(REASON_USER_DATA_ENABLED); in setUserDataEnabled()
DDcTracker.java4350 case DataEnabledSettings.REASON_USER_DATA_ENABLED: in onDataEnabledChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java920 new Pair<>(true, DataEnabledSettings.REASON_USER_DATA_ENABLED), null); in testDataRetry()
1002 new Pair<>(false, DataEnabledSettings.REASON_USER_DATA_ENABLED), null); in testUserDisableData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4800 } else if (reason == DataEnabledSettings.REASON_USER_DATA_ENABLED) { in onDataEnabledChanged()