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

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 142 public boolean everValidated;
452 return isWifi && !avoidBadWifi && everValidated;
603 "everValidated{" + everValidated + "} lastValidated{" + lastValidated + "} " +
LingerMonitor.java 211 " everValidated=" + fromNai.everValidated +
231 if (!fromNai.everValidated) return;
234 // to a captive portal, because the everValidated check above will fail. However, it can
  /frameworks/base/tests/net/java/com/android/server/connectivity/
LingerMonitorTest.java 257 from.everValidated = false;
353 nai.everValidated = true;
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 74 milliseconds