HomeSort by relevance Sort by last modified time
    Searched full:portal (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/autotest/client/site_tests/network_PortalStress/
control 9 that the service is either in online or portal state.
12 portal code on cellular devices.
15 PURPOSE = 'Stress test the portal detection code.'
17 Fails if portal code detects portal state when
18 clients3.google.com is accessible or if portal code detects online
41 # Run the portal cycle for fewer iterations because each test must time
44 force_portal=True, tag='portal', test_iterations=20, **dict_args)
  /frameworks/base/core/java/android/net/
CaptivePortal.java 25 * activity to indicate to the system different outcomes of captive portal sign in. This class is
68 * Indicate to the system that the captive portal has been
81 * captive portal and the system should continue to prefer other networks
83 * system will not retest the network for a captive portal so as to avoid
95 * the captive portal is still in place. The system will treat the network
96 * as if it did not have a captive portal when selecting the network to use
99 * connectivity for apps because the captive portal is still in place.
ICaptivePortal.aidl 20 * Interface to inform NetworkMonitor of decisions of app handling captive portal.
  /external/libxml2/result/HTML/
script2.html 8 <div id="portal">
script2.html.sax 25 SAX.startElement(div, id='portal')
  /external/libxml2/test/HTML/
script2.html 9 <div id="portal">
  /external/python/cpython3/Modules/_decimal/libmpdec/literature/
REFERENCES.txt 16 http://portal.acm.org/citation.cfm?id=214413
20 http://portal.acm.org/citation.cfm?id=6498
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h     [all...]
iscsidsc.h 309 HRESULT WINAPI AddIScsiSendTargetPortalA(PCHAR InitiatorName,ULONG InitiatorPortNumber,PISCI_LOGIN_OPTIONS LoginOptions,ISCSI_SECURITY_FLAGS SecurityFlags,PISCSI_TARGET_PORTALA Portal);
311 HRESULT WINAPI AddIScsiSendTargetPortalW(PWCHAR InitiatorName,ULONG InitiatorPortNumber,PISCI_LOGIN_OPTIONS LoginOptions,ISCSI_SECURITY_FLAGS SecurityFlags,PISCSI_TARGET_PORTALW Portal);
328 HRESULT WINAPI RemoveIScsiPersistentTargetA(PCHAR InitiatorInstance,ULONG InitiatorPortNumber,PCHAR TargetName,PISCSI_TARGET_PORTALA Portal);
329 HRESULT WINAPI RemoveIScsiPersistentTargetW(PWCHAR InitiatorInstance,ULONG InitiatorPortNumber,PWCHAR TargetName,PISCSI_TARGET_PORTALW Portal);
466 PISCSI_TARGET_PORTALA Portal
472 PISCSI_TARGET_PORTALW Portal
496 PISCSI_TARGET_PORTALA Portal
503 PISCSI_TARGET_PORTALW Portal
511 PISCSI_TARGET_PORTALA Portal
517 PISCSI_TARGET_PORTALW Portal
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 99 ['ready', 'portal', 'online'])
111 ['ready', 'portal', 'online'])
128 ['ready', 'portal', 'online'])
138 ['ready', 'portal', 'online'])
160 ['ready', 'portal', 'online'])
  /external/llvm/test/CodeGen/Mips/
const1.ll 35 !0 = !{!"clang version 3.4 (gitosis@dmz-portal.mips.com:clang.git b754974ec32ab712ea7d8b52cd8037b24e7d6ed3) (gitosis@dmz-portal.mips.com:llvm.git 8e211187b501bc73edb938fde0019c9a20bcffd5)"}
  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 233 // If this network is a captive portal, don't notify. This cannot happen on initial connect
234 // to a captive portal, because the everValidated check above will fail. However, it can
235 // happen if the captive portal reasserts itself (e.g., because its timeout fires). In that
236 // case, as soon as the captive portal reasserts itself, we'll show a sign-in notification.
238 // notified, and of the two, the captive portal notification is the more useful one because
239 // it allows the user to sign in to the captive portal. In this case, display a toast
240 // in addition to the captive portal notification.
242 // Note that if the network we switch to is already up when the captive portal reappears,
NetworkMonitor.java 101 // Default configuration values for captive portal detection probes.
138 // 2. a captive portal and the user decided to use it as is.
142 // 1. a captive portal and the user is prompted to sign-in, or
143 // 2. a captive portal and the user did not want to use it, or
181 * Message to self indicating captive portal app finished.
207 * Retest network to see if captive portal is still in place.
221 * states, including being ignored until after an ongoing captive portal
239 // Delay between reevaluations once a captive portal has been found.
263 // Configuration values for captive portal detection probes.
275 // The total number of captive portal detection attempts for this NetworkMonitor instance
    [all...]
  /external/annotation-tools/asmx/test/conform/cases/
largemethod.class 
  /frameworks/base/packages/CaptivePortalLogin/res/values-da/
strings.xml 4 <string name="app_name" msgid="5934709770924185752">"Login til captive portal"</string>
  /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
CaptivePortalLoginActivity.java 66 * Activity that launches in response to the captive portal notification
69 * portal page and apply carrier actions on the portal activation result.
237 loge("Invalid captive portal URL " + url);
246 // Give time for captive portal to open.
331 logd("request Network for captive portal");
336 logd("release Network for captive portal");
369 // don't check if the captive portal is still there.
  /frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
CarrierDefaultReceiverTest.java 60 private static final String PORTAL_NOTIFICATION_TAG = "CarrierDefault.Portal.Notification";
84 // carrier action idx list includes 4(portal notification) & 1(disable metered APNs)
  /external/autotest/client/cros/cellular/
test_endpoint.py 15 This URL is used by shill's portal detection.
  /frameworks/base/core/java/android/net/captiveportal/
CaptivePortalProbeResult.java 37 // captive portal has been appeased.
  /packages/apps/Launcher2/res/values-sw340dp/
dimens.xml 26 <!-- Because portal animations go beyond the bounds of an icon, we need
  /packages/apps/Settings/src/com/android/settings/wifi/
CaptivePortalNetworkCallback.java 63 * Returns true if the most recent update to the NetworkCapabilities indicates a captive portal
  /external/mesa3d/docs/relnotes/
10.5.6.html 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=86792">Bug 86792</a> - [NVC0] Portal 2 Crashes in Wine</li>
52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90350">Bug 90350</a> - [G96] Portal's portal are incorrectly rendered</li>
  /external/autotest/server/site_tests/network_WiFi_ChannelHop/
network_WiFi_ChannelHop.py 64 ['ready', 'portal', 'online'], 30)
  /external/llvm/utils/crosstool/ARM/
README 20 http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public/arm-none-linux-gnueabi/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
  /external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
README 20 http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public/arm-none-linux-gnueabi/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2

Completed in 1274 milliseconds

1 2 3 4 5 6 7