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

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 103 public DataState getDataConnectionState(String apnType) {
137 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
CDMAPhone.java 618 public DataState getDataConnectionState(String apnType) {
658 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 150 public DataState getDataConnectionState() {
154 public DataState getDataConnectionState(String apnType) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 274 DataState getDataConnectionState();
282 DataState getDataConnectionState(String apnType);
    [all...]
PhoneBase.java 822 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
828 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
    [all...]
PhoneProxy.java 160 public DataState getDataConnectionState() {
161 return mActivePhone.getDataConnectionState(Phone.APN_TYPE_DEFAULT);
164 public DataState getDataConnectionState(String apnType) {
165 return mActivePhone.getDataConnectionState(apnType);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 290 public DataState getDataConnectionState(String apnType) {
    [all...]

Completed in 332 milliseconds