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

/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java98 public int getDataConnectionState() { method in class:PreciseDataConnectionState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java192 public PhoneConstants.DataState getDataConnectionState() { method in class:ImsPhoneBase
197 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java143 public PhoneConstants.DataState getDataConnectionState() { method in class:SipPhoneBase
148 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java270 DataState getDataConnectionState(String apnType); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java517 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:GsmCdmaPhone
554 logd("getDataConnectionState apnType=" + apnType + " ret=" + ret);
H A DPhone.java2162 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2168 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2961 public PhoneConstants.DataState getDataConnectionState() { method in class:Phone
2962 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java833 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneMock
1081 public DataState getDataConnectionState(String apnType) { method in class:PhoneMock

Completed in 1233 milliseconds