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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java115 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMALTEPhone
150 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
H A DCDMAPhone.java662 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:CDMAPhone
702 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java172 public PhoneConstants.DataState getDataConnectionState() { method in class:SipPhoneBase
177 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java284 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneProxy
285 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
289 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:PhoneProxy
290 return mActivePhone.getDataConnectionState(apnType);
H A DPhone.java205 DataState getDataConnectionState(); method in interface:Phone
213 DataState getDataConnectionState(String apnType); method in interface:Phone
H A DPhoneBase.java936 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
942 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
1310 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneBase
1311 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java282 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:GSMPhone

Completed in 45 milliseconds