Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A 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()
H A DDcTracker.java4366 case DataEnabledSettings.REASON_USER_DATA_ENABLED: in onDataEnabledChanged()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A 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()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java4800 } else if (reason == DataEnabledSettings.REASON_USER_DATA_ENABLED) { in onDataEnabledChanged()