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

/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java100 public int getDataConnectionState() { method in class:PreciseDataConnectionState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java189 public PhoneConstants.DataState getDataConnectionState() { method in class:ImsPhoneBase
194 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java149 public PhoneConstants.DataState getDataConnectionState() { method in class:SipPhoneBase
154 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java211 DataState getDataConnectionState(); method in interface:Phone
219 DataState getDataConnectionState(String apnType); method in interface:Phone
H A DPhoneProxy.java368 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneProxy
369 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
373 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:PhoneProxy
374 return mActivePhone.getDataConnectionState(apnType);
H A DPhoneBase.java1413 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
1419 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
1822 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneBase
1823 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.java773 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMAPhone
813 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java337 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:GSMPhone

Completed in 740 milliseconds