HomeSort by relevance Sort by last modified time
    Searched refs:restricted (Results 1 - 25 of 50) sorted by null

1 2

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyguardManager.java 30 public void setinRestrictedInputMode(boolean restricted) {
31 inRestrictedInputMode = restricted;
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_test_utils.h 26 virtual void Enable(bool restricted,
39 // Describes whether the proxy has been put in a restricted mode. True if
40 // |Enable| is called with |restricted| set to true. Defaults to false.
69 bool enabled, bool restricted, bool at_startup));
78 bool restricted,
80 EXPECT_CALL(*this, LogProxyState(enabled, restricted, at_startup)).Times(1);
81 C::SetProxyConfigs(enabled, alternative_enabled, restricted, at_startup);
data_reduction_proxy_settings.h 57 // TODO(marq): Rename these histogram buckets with s/DISABLED/RESTRICTED/, so
67 // The probe failed, but the proxy was already restricted.
70 // The probe succeeded, and as a result the proxy was restricted.
73 // The probe succeeded, but the proxy was already restricted.
197 // |restricted| is true, only enable the fallback proxy. |at_startup| is true
201 bool restricted,
212 virtual void LogProxyState(bool enabled, bool restricted, bool at_startup);
data_reduction_proxy_settings.cc 333 // the network operator had blocked the canary and restricted the user.
338 false /* restricted */,
348 DVLOG(1) << "The data reduction proxy is restricted to the configured "
355 true /* restricted */,
390 bool enabled, bool restricted, bool at_startup) {
397 const char kRestricted[] = "(Restricted)";
401 kOn + std::string(" ") + (restricted ? kRestricted : kUnrestricted);
464 // Check if the proxy has been restricted explicitly by the carrier.
473 bool restricted,
476 LogProxyState(enabled, restricted, at_startup)
    [all...]
data_reduction_proxy_settings_test_utils.cc 59 bool restricted,
65 restricted_ = restricted;
291 // Never expect the proxy to be restricted for pref change tests.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 58 #login-header-bar button:not(.button-restricted),
59 #login-header-bar button:active:not(.button-restricted),
60 #login-header-bar button:focus:not(.button-restricted),
61 #login-header-bar button:hover:not(.button-restricted) {
109 .button-restricted {
  /external/qemu/slirp/
libslirp.h 8 void slirp_init(int restricted, const char *special_ip);
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc 211 bool restricted,
213 // Sanity check: If there's no fallback proxy, we can't do a restricted mode.
215 if (fallback.empty() && enabled && restricted)
218 LogProxyState(enabled, restricted, at_startup);
222 configurator()->Enable(restricted,
228 configurator()->Enable(restricted,
data_reduction_proxy_settings_android.h 94 bool restricted,
  /external/chromium_org/sandbox/linux/services/
yama_unittests.cc 101 bool restricted = Yama::RestrictPtracersToAncestors(); local
102 CHECK_EQ(restricted, Yama::IsPresent());
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 34 * Base class for settings screens that should be pin protected when in restricted mode.
158 * Returns true if this activity is restricted, but no restrictions provider has been set.
180 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey)
182 return restricted && mRestrictionsManager.hasRestrictionsProvider();
186 * Returns whether restricted or actionable UI elements should be removed or disabled.
  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 108 public void onModeChanged(int mode, boolean restricted) {
126 boolean enabled = (mode != Settings.Secure.LOCATION_MODE_OFF) && !restricted;
LocationSettings.java 205 public void onModeChanged(int mode, boolean restricted) {
223 // Restricted user can't change the location mode, so disable the master switch. But in some
229 mSwitchBar.setEnabled(!restricted);
230 mLocationMode.setEnabled(enabled && !restricted);
LocationSettingsBase.java 86 public abstract void onModeChanged(int mode, boolean restricted);
98 Log.i(TAG, "Restricted user, not setting location mode");
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 45 // This method is restricted to chrome-search://most-visited pages by
146 // This method is restricted to chrome-search://most-visited pages by
152 // This method is restricted to chrome-search://most-visited pages by
158 // This method is restricted to chrome-search://most-visited pages by
  /external/qemu/slirp-android/
libslirp.h 26 void slirp_init(int restricted, const char *special_ip);
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/login/
oobe.css 36 /* Do not apply this style to restricted button state. */
37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 509 is otherwise restricted to the networking APIs available in the
513 * Code that needs to do local file I/O. Native Client is restricted to
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 727 bool restricted = false; local
733 restricted = strcmp(r, restricted_filename) == 0;
735 return restricted;
739 return restricted;
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /external/mksh/src/
main.c 204 unsigned char restricted, errexit, utf_flag; local
628 restricted = Flag(FRESTRICTED);
658 if (restricted) {
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 246 VALUE Ascend-Data-Svc Switched-restricted-bearer-x30 38
248 VALUE Ascend-Data-Svc Switched-restricted-64-x30 40
  /ndk/sources/host-tools/make-3.81/
make.h 583 # warning NO_CHDIR2: usage of drive letters restricted
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 342 running the Program is not restricted, and the output from the Program
497 8. If the distribution and/or use of the Program is restricted in

Completed in 739 milliseconds

1 2