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.java188 public PhoneConstants.DataState getDataConnectionState() { method in class:ImsPhoneBase
193 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java148 public PhoneConstants.DataState getDataConnectionState() { method in class:SipPhoneBase
153 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java231 DataState getDataConnectionState(String apnType); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java492 public PhoneConstants.DataState getDataConnectionState(String apnType) { method in class:GsmCdmaPhone
535 logd("getDataConnectionState apnType=" + apnType + " ret=" + ret);
H A DPhone.java2024 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2030 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2749 public PhoneConstants.DataState getDataConnectionState() { method in class:Phone
2750 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java830 public PhoneConstants.DataState getDataConnectionState() { method in class:PhoneMock
1078 public DataState getDataConnectionState(String apnType) { method in class:PhoneMock

Completed in 156 milliseconds