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.java149 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase
154 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java189 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase
194 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in ImsPhoneBase
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java100 public int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java211 DataState getDataConnectionState(); in getDataConnectionState() method
219 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
DPhoneProxy.java368 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneProxy
369 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()
373 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneProxy
374 return mActivePhone.getDataConnectionState(apnType); in getDataConnectionState()
DPhoneBase.java1406 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
1412 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
1815 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneBase
1816 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.java773 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java337 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GSMPhone