Home
last modified time | relevance | path

Searched refs:isCaptivePortal (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
DCaptivePortalNetworkCallback.java49 boolean isCaptivePortal = WifiUtils.canSignIntoNetwork(networkCapabilities); in onCapabilitiesChanged()
50 setIsCaptivePortal(isCaptivePortal); in onCapabilitiesChanged()
51 mConnectedApPreference.setCaptivePortal(isCaptivePortal); in onCapabilitiesChanged()
62 private void setIsCaptivePortal(boolean isCaptivePortal) { in setIsCaptivePortal() argument
63 if (isCaptivePortal == mIsCaptivePortal) { in setIsCaptivePortal()
66 mIsCaptivePortal = isCaptivePortal; in setIsCaptivePortal()
83 public final boolean isCaptivePortal() { in isCaptivePortal() method in CaptivePortalNetworkCallback
DConnectedAccessPointPreference.java88 public void setCaptivePortal(boolean isCaptivePortal) { in setCaptivePortal() argument
89 if (mIsCaptivePortal != isCaptivePortal) { in setCaptivePortal()
90 mIsCaptivePortal = isCaptivePortal; in setCaptivePortal()
DWifiSettings.java903 && mCaptivePortalNetworkCallback.isCaptivePortal()) { in addConnectedAccessPointPreference()
1277 || !mCaptivePortalNetworkCallback.isCaptivePortal()) { in checkStartCaptivePortalApp()
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSlice.java168 final boolean isCaptivePortal = accessPoint.isActive() && isCaptivePortal(); in getAccessPointRow()
170 final CharSequence summary = getAccessPointSummary(accessPoint, isCaptivePortal); in getAccessPointRow()
176 .setPrimaryAction(getAccessPointAction(accessPoint, isCaptivePortal, levelIcon, in getAccessPointRow()
179 if (isCaptivePortal) { in getAccessPointRow()
190 private CharSequence getAccessPointSummary(AccessPoint accessPoint, boolean isCaptivePortal) { in getAccessPointSummary() argument
191 if (isCaptivePortal) { in getAccessPointSummary()
235 private SliceAction getAccessPointAction(AccessPoint accessPoint, boolean isCaptivePortal, in getAccessPointAction() argument
238 if (isCaptivePortal) { in getAccessPointAction()
294 protected boolean isCaptivePortal() { in isCaptivePortal() method in WifiSlice
DContextualWifiSlice.java130 if (isCaptivePortal()) { in getSubtitle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/
DWifiSlice.java182 final boolean isCaptivePortal = accessPoint.isActive() && isCaptivePortal(); in getAccessPointRow()
187 getAccessPointAction(accessPoint, isCaptivePortal), levelIcon, in getAccessPointRow()
190 if (isCaptivePortal) { in getAccessPointRow()
250 private PendingIntent getAccessPointAction(AccessPoint accessPoint, boolean isCaptivePortal) { in getAccessPointAction() argument
255 if (isCaptivePortal) { in getAccessPointAction()
288 protected boolean isCaptivePortal() { in isCaptivePortal() method in WifiSlice
358 if (isCaptivePortal()) { in getSummary()
DWifiScanWorker.java198 final boolean isCaptivePortal = WifiUtils.canSignIntoNetwork(networkCapabilities); in onCapabilitiesChanged()
199 if (mIsCaptivePortal == isCaptivePortal) { in onCapabilitiesChanged()
203 mIsCaptivePortal = isCaptivePortal; in onCapabilitiesChanged()
DContextualWifiSlice.java72 return !TextUtils.equals(getActiveSSID(), WifiManager.UNKNOWN_SSID) && !isCaptivePortal(); in hasWorkingNetwork()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DConnectedAccessPointPreference.java84 public void setCaptivePortal(boolean isCaptivePortal) { in setCaptivePortal() argument
85 if (mIsCaptivePortal != isCaptivePortal) { in setCaptivePortal()
86 mIsCaptivePortal = isCaptivePortal; in setCaptivePortal()
DCaptivePortalNetworkCallback.java66 public boolean isCaptivePortal() { in isCaptivePortal() method in CaptivePortalNetworkCallback
DWifiSettings.java851 && mCaptivePortalNetworkCallback.isCaptivePortal()) { in addConnectedAccessPointPreference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkFragment.java328 if (accessPoint.isActive() && !isCaptivePortal(accessPoint)) { in updateWifiList()
355 private boolean isCaptivePortal(AccessPoint accessPoint) { in isCaptivePortal() method in NetworkFragment
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1538 isCaptivePortal(deps)))); in enter()
2272 private CaptivePortalProbeResult isCaptivePortal(EvaluationThreadDeps deps) { in isCaptivePortal() method in NetworkMonitor
3013 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal, in sendNetworkConditionsBroadcast() argument
3067 isCaptivePortal); in sendNetworkConditionsBroadcast()