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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 113 public DataConnectionTracker mDataConnection;
230 mDataConnection.onCleanUpConnection(false, REASON_RADIO_TURNED_OFF);
920 return mDataConnection.getInterfaceName(apnType);
924 return mDataConnection.getIpAddress(apnType);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 155 mDataConnection = new CdmaDataConnectionTracker (this);
224 mDataConnection.dispose();
245 this.mDataConnection = null;
314 switch (mDataConnection.getActivity()) {
457 return mDataConnection.setDataEnabled(false);
480 boolean noData = mDataConnection.getDataEnabled() &&
484 (mDataConnection.getDataOnRoamingEnabled() || !getServiceState().getRoaming());
508 mDataConnection.setDataOnRoamingEnabled(enable);
574 switch (mDataConnection.getState()) {
665 return mDataConnection.getDataOnRoamingEnabled()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 149 mDataConnection = new GsmDataConnectionTracker (this);
224 mDataConnection.dispose();
245 this.mDataConnection = null;
307 switch (mDataConnection.getState()) {
338 switch (mDataConnection.getActivity()) {
    [all...]

Completed in 21 milliseconds