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

  /external/chromium_org/net/android/java/src/org/chromium/net/
NetworkChangeNotifierAutoDetect.java 68 private int mConnectionType;
81 mConnectionType = getCurrentConnectionType();
184 if (newConnectionType == mConnectionType) return;
186 mConnectionType = newConnectionType;
187 Log.d(TAG, "Network connectivity changed, type is: " + mConnectionType);
  /frameworks/base/core/java/android/net/
DnsPinger.java 68 private final int mConnectionType;
125 mConnectionType = connectionType;
247 loge("getCurLinkProperties:: LP for type" + mConnectionType + " is null!");
294 return mConnectivityManager.getLinkProperties(mConnectionType);

Completed in 838 milliseconds