OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:captiveportal
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/net/
CaptivePortal.java
29
public class
CaptivePortal
implements Parcelable {
40
public
CaptivePortal
(IBinder binder) {
54
public static final Parcelable.Creator<
CaptivePortal
> CREATOR
55
= new Parcelable.Creator<
CaptivePortal
>() {
57
public
CaptivePortal
createFromParcel(Parcel in) {
58
return new
CaptivePortal
(in.readStrongBinder());
62
public
CaptivePortal
[] newArray(int size) {
63
return new
CaptivePortal
[size];
ConnectivityManager.java
131
* This activity includes a {@link
CaptivePortal
} extra named
137
* call {@link
CaptivePortal
#reportCaptivePortalDismissed} so the system can
143
* {@link
CaptivePortal
#ignoreNetwork}. </li>
211
* The lookup key for a {@link
CaptivePortal
} object included with the
212
* {@link #ACTION_CAPTIVE_PORTAL_SIGN_IN} intent. The {@code
CaptivePortal
}
335
public static final String EXTRA_IS_CAPTIVE_PORTAL = "
captivePortal
";
[
all
...]
/frameworks/base/packages/CaptivePortalLogin/res/values-af/
strings.xml
4
<string name="app_name" msgid="5934709770924185752">"
CaptivePortal
-aanmelding"</string>
/frameworks/base/docs/html/sdk/api_diff/23/changes/
pkg_android.net.html
84
<A NAME="
CaptivePortal
"></A>
85
<nobr><A HREF="../../../../reference/android/net/
CaptivePortal
.html" target="_top"><code>
CaptivePortal
</code></A></nobr>
classes_index_additions.html
101
<A HREF="pkg_android.net.html#
CaptivePortal
" class="hiddenlink" target="rightframe"><b>
CaptivePortal
</b></A><br>
classes_index_all.html
199
<A HREF="pkg_android.net.html#
CaptivePortal
" class="hiddenlink" target="rightframe"><b>
CaptivePortal
</b></A><br>
[
all
...]
alldiffs_index_additions.html
454
<!-- Class
CaptivePortal
-->
455
<A HREF="pkg_android.net.html#
CaptivePortal
" class="hiddenlink" target="rightframe"><b>
CaptivePortal
</b></A><br>
[
all
...]
alldiffs_index_all.html
[
all
...]
/frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java
19
import static android.net.
CaptivePortal
.APP_RETURN_DISMISSED;
20
import static android.net.
CaptivePortal
.APP_RETURN_UNWANTED;
21
import static android.net.
CaptivePortal
.APP_RETURN_WANTED_AS_IS;
30
import android.net.
CaptivePortal
;
333
log("
CaptivePortal
App responded with " + message.arg1);
415
new
CaptivePortal
(new ICaptivePortal.Stub() {
421
"
CaptivePortal
");
[
all
...]
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
CaptivePortalLoginActivity.java
24
import android.net.
CaptivePortal
;
65
private
CaptivePortal
mCaptivePortal;
/frameworks/base/packages/Osu/src/com/android/hotspot2/
WifiNetworkAdapter.java
5
import android.net.
CaptivePortal
;
122
new
CaptivePortal
(new ICaptivePortal.Stub() {
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java
344
new
CaptivePortal
(new ICaptivePortal.Stub() {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
ConnectivityService.java
[
all
...]
/prebuilts/sdk/current/
android.zip
Completed in 857 milliseconds