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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java190 DataState getDataConnectionState(); method in interface:Phone
198 DataState getDataConnectionState(String apnType); method in interface:Phone
H A DPhoneBase.java837 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
843 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
1164 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneBase
1165 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
H A DPhoneProxy.java278 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneProxy
279 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
282 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:PhoneProxy
283 return mActivePhone.getDataConnectionState(apnType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java160 public PhoneConstants.DataState getDataConnectionState() { method in class:SipPhoneBase
164 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java117 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMALTEPhone
152 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
H A DCDMAPhone.java605 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMAPhone
645 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java280 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:GSMPhone

Completed in 88 milliseconds