OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iscaptiveportal
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java
444
* Result of calling
isCaptivePortal
().
518
// Note: This call to
isCaptivePortal
() could take up to a minute. Resolving the
522
// will be unresponsive.
isCaptivePortal
() could be executed on another Thread
524
CaptivePortalProbeResult probeResult =
isCaptivePortal
();
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java
573
protected CaptivePortalProbeResult
isCaptivePortal
() {
[
all
...]
Completed in 50 milliseconds