Home
last modified time | relevance | path

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

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