HomeSort by relevance Sort by last modified time
    Searched refs:getDataConnectionState (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 206 DataState getDataConnectionState();
214 DataState getDataConnectionState(String apnType);
    [all...]
PhoneBase.java     [all...]
PhoneProxy.java 308 public PhoneConstants.DataState getDataConnectionState() {
309 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
313 public PhoneConstants.DataState getDataConnectionState(String apnType) {
314 return mActivePhone.getDataConnectionState(apnType);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 164 public PhoneConstants.DataState getDataConnectionState() {
169 public PhoneConstants.DataState getDataConnectionState(String apnType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 107 public PhoneConstants.DataState getDataConnectionState(String apnType) {
142 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
CDMAPhone.java 690 public PhoneConstants.DataState getDataConnectionState(String apnType) {
730 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 649 return DefaultPhoneNotifier.convertDataState(mPhone.getDataConnectionState());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 295 public PhoneConstants.DataState getDataConnectionState(String apnType) {
    [all...]

Completed in 4110 milliseconds