Searched refs:DATA_ENABLED_REASON_USER (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | MultiSimSettingControllerTest.java | 384 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testSimpleDsds() 396 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testSimpleDsds() 439 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testSimpleDsdsFirstBoot() 441 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testSimpleDsdsFirstBoot() 499 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testDsdsGrouping() 567 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testCbrs() 706 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testCarrierConfigLoading() 710 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testCarrierConfigLoading() 714 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testCarrierConfigLoading() 797 TelephonyManager.DATA_ENABLED_REASON_USER, false); in testCarrierConfigChangeWithInvalidSubId_shouldAlwaysTryToGetSubId() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DataEnabledSettingsTest.java | 108 mDataEnabledSettingsUT.setDataEnabled(TelephonyManager.DATA_ENABLED_REASON_USER, false); in testSetAlwaysAllowMmsData() 124 mDataEnabledSettingsUT.setDataEnabled(TelephonyManager.DATA_ENABLED_REASON_USER, true); in testSetAlwaysAllowMmsData()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataEnabledSettings.java | 257 case TelephonyManager.DATA_ENABLED_REASON_USER: in setDataEnabled() 402 case TelephonyManager.DATA_ENABLED_REASON_USER: in isDataEnabledForReason()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiCarrierInfoManagerTest.java | 20 import static android.telephony.TelephonyManager.DATA_ENABLED_REASON_USER; 1949 listenerCaptor.getValue().onDataEnabledChanged(false, DATA_ENABLED_REASON_USER); in testSetAndGetMergedCarrierNetworkOffload() 1952 listenerCaptor.getValue().onDataEnabledChanged(true, DATA_ENABLED_REASON_USER); in testSetAndGetMergedCarrierNetworkOffload() 2183 captor.getValue().onDataEnabledChanged(false, DATA_ENABLED_REASON_USER); in testOnCarrierOffloadDisabledListener()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiCarrierInfoManager.java | 20 import static android.telephony.TelephonyManager.DATA_ENABLED_REASON_USER; 265 if (reason == DATA_ENABLED_REASON_USER) { in onDataEnabledChanged()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | MultiSimSettingController.java | 794 TelephonyManager.DATA_ENABLED_REASON_USER, false); in disableDataForNonDefaultNonOpportunisticSubscriptions()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 9945 setDataEnabledForReason(subId, DATA_ENABLED_REASON_USER, enable); in setDataEnabled() 9984 return isDataEnabledForReason(DATA_ENABLED_REASON_USER); in isDataEnabled() 10244 return isDataEnabledForReason(subId, DATA_ENABLED_REASON_USER); in getDataEnabled() 12316 DATA_ENABLED_REASON_USER, 12327 public static final int DATA_ENABLED_REASON_USER = 0; field in TelephonyManager
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 719 mDataEnabledReason[i] = TelephonyManager.DATA_ENABLED_REASON_USER; in onMultiSimConfigChanged() 819 mDataEnabledReason[i] = TelephonyManager.DATA_ENABLED_REASON_USER; in TelephonyRegistry()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 2785 TelephonyManager.DATA_ENABLED_REASON_USER, true); in enableDataConnectivity() 2806 TelephonyManager.DATA_ENABLED_REASON_USER, false); in disableDataConnectivity() 6728 if (reason == TelephonyManager.DATA_ENABLED_REASON_USER) { in isDataEnabledForReason() 7728 setDataEnabledForReason(subId, TelephonyManager.DATA_ENABLED_REASON_USER, in factoryReset() 8447 if (reason == TelephonyManager.DATA_ENABLED_REASON_USER in setDataEnabledForReason()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 42863 field public static final int DATA_ENABLED_REASON_USER = 0; // 0x0
|