Searched refs:getDataConnectionState (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java98 public int getDataConnectionState() { method in class:PreciseDataConnectionState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java183 public PhoneConstants.DataState getDataConnectionState() { method in class:ImsPhoneBase
188 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java150 public PhoneConstants.DataState getDataConnectionState() { method in class:SipPhoneBase
155 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java216 DataState getDataConnectionState(); method in interface:Phone
224 DataState getDataConnectionState(String apnType); method in interface:Phone
H A DPhoneProxy.java383 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneProxy
384 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
388 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:PhoneProxy
389 return mActivePhone.getDataConnectionState(apnType);
H A DPhoneBase.java1571 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
1577 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2019 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneBase
2020 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java147 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMALTEPhone
182 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
H A DCDMAPhone.java794 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMAPhone
834 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java335 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:GSMPhone

Completed in 591 milliseconds