Searched defs:getDataEnabled (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java464 public boolean getDataEnabled() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java438 public boolean getDataEnabled() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java928 public boolean getDataEnabled() { method in class:CDMAPhone
929 return mDcTracker.getDataEnabled();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1351 public boolean getDataEnabled() { method in class:GSMPhone
1352 return mDcTracker.getDataEnabled();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java608 mUserDataEnabled = getDataEnabled();
839 public boolean getDataEnabled() { method in class:DcTrackerBase
851 if (DBG) log("getDataEnabled: getIntWithSubId retVal=" + retVal);
856 log("getDataEnabled: system property ro.com.android.mobiledata retVal=" + retVal);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4171 public boolean getDataEnabled() { method in class:TelephonyManager
4172 return getDataEnabled(SubscriptionManager.getDefaultDataSubId());
4177 public boolean getDataEnabled(int subId) { method in class:TelephonyManager
4182 retVal = telephony.getDataEnabled(subId);
4184 Log.e(TAG, "Error calling ITelephony#getDataEnabled", e);
4187 Log.d(TAG, "getDataEnabled: retVal=" + retVal);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1378 boolean getDataEnabled(); method in interface:Phone
H A DPhoneProxy.java1044 public boolean getDataEnabled() { method in class:PhoneProxy
1045 return mActivePhone.getDataEnabled();

Completed in 182 milliseconds