Home
last modified time | relevance | path

Searched refs:getDataEnabled (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerDataTest.java104 Mockito.when(mMockTm.getDataEnabled(mSubId)).thenReturn(false); in testDataDisabledIcon()
115 Mockito.when(mMockTm.getDataEnabled(mSubId)).thenReturn(false); in testDataDisabledIcon_UserNotSetup()
DNetworkControllerBaseTest.java111 when(mMockTm.getDataEnabled(mSubId)).thenReturn(true); in setupNetworkController()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DDcTrackerMock.java109 public boolean getDataEnabled() { in getDataEnabled() method in DcTrackerMock
DPhoneMock.java1263 public boolean getDataEnabled() { in getDataEnabled() method in PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java536 boolean dataEnabled = mDct.getDataEnabled(); in testUserDisableData()
587 boolean dataEnabled = mDct.getDataEnabled(); in testUserDisableRoaming()
641 boolean dataEnabled = mDct.getDataEnabled(); in testDataCallOnUserDisableRoaming()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl743 boolean getDataEnabled(int subId); in getDataEnabled() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java722 boolean getDataEnabled(); in getDataEnabled() method
DGsmCdmaPhone.java1829 public boolean getDataEnabled() { in getDataEnabled() method in GsmCdmaPhone
1830 return mDcTracker.getDataEnabled(); in getDataEnabled()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java225 return mTelephonyManager.getDataEnabled(); in isMobileDataEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java436 public boolean getDataEnabled() { in getDataEnabled() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java469 public boolean getDataEnabled() { in getDataEnabled() method in ImsPhoneBase
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java4549 public boolean getDataEnabled() { in getDataEnabled() method in TelephonyManager
4550 return getDataEnabled(SubscriptionManager.getDefaultDataSubscriptionId()); in getDataEnabled()
4555 public boolean getDataEnabled(int subId) { in getDataEnabled() method in TelephonyManager
4560 retVal = telephony.getDataEnabled(subId); in getDataEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java415 return !mPhone.getDataEnabled(mSubscriptionInfo.getSubscriptionId()); in isDataDisabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java716 mUserDataEnabled = getDataEnabled(); in DcTracker()
927 if (getDataEnabled()) { in onDeviceProvisionedChange()
2658 public boolean getDataEnabled() { in getDataEnabled() method in DcTracker
4107 mUserDataEnabled = getDataEnabled(); in update()
/frameworks/base/core/java/android/net/
DConnectivityManager.java1660 boolean retVal = it.getDataEnabled(subId); in getMobileDataEnabled()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java793 boolean dataEnabled = TelephonyManager.getDefault().getDataEnabled(); in handleUpdateNetworkState()
/frameworks/base/api/
Dsystem-current.txt40162 method public boolean getDataEnabled();
40163 method public boolean getDataEnabled(int);