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

  /frameworks/base/core/java/android/net/
CaptivePortalTracker.java 283 boolean captive = server != null && isCaptivePortal(server);
332 private void notifyPortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) {
338 if (DBG) log("notifyPortalCheckCompleted: captive=" + isCaptivePortal + " ni=" + info);
339 mConnService.captivePortalCheckCompleted(info, isCaptivePortal);
372 private boolean isCaptivePortal(InetAddress server) {
397 boolean isCaptivePortal = rspCode != 204;
399 sendNetworkConditionsBroadcast(true /* response received */, isCaptivePortal,
402 if (DBG) log("isCaptivePortal: ret=" + isCaptivePortal + " rspCode=" + rspCode);
403 return isCaptivePortal;
    [all...]
BaseNetworkStateTracker.java 116 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
DummyDataStateTracker.java 125 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
IConnectivityManager.aidl 134 void captivePortalCheckCompleted(in NetworkInfo info, boolean isCaptivePortal);
ConnectivityManager.java     [all...]
EthernetDataTracker.java 278 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
MobileDataStateTracker.java 468 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
469 if (mIsCaptivePortal.getAndSet(isCaptivePortal) != isCaptivePortal) {
472 isCaptivePortal ? DctConstants.ENABLED : DctConstants.DISABLED);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 127 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 151 public void captivePortalCheckCompleted(boolean isCaptivePortal) {
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 283 milliseconds