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 31 virtual void Enable(bool restricted,
44 // Describes whether the proxy has been put in a restricted mode. True if
45 // |Enable| is called with |restricted| set to true. Defaults to false.
79 bool enabled, bool restricted, bool at_startup));
88 bool restricted,
90 EXPECT_CALL(*this, LogProxyState(enabled, restricted, at_startup)).Times(1);
91 C::SetProxyConfigs(enabled, alternative_enabled, restricted, at_startup);
data_reduction_proxy_settings.cc 265 // the network operator had blocked the canary and restricted the user.
270 false /* restricted */,
280 DVLOG(1) << "The data reduction proxy is restricted to the configured "
287 true /* restricted */,
318 bool enabled, bool restricted, bool at_startup) {
325 const char kRestricted[] = "(Restricted)";
329 kOn + std::string(" ") + (restricted ? kRestricted : kUnrestricted);
399 // Check if the proxy has been restricted explicitly by the carrier.
409 bool restricted,
414 LogProxyState(enabled, restricted, at_startup)
    [all...]
data_reduction_proxy_settings.h 58 // TODO(marq): Rename these histogram buckets with s/DISABLED/RESTRICTED/, so
68 // The probe failed, but the proxy was already restricted.
71 // The probe succeeded, and as a result the proxy was restricted.
74 // 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_test_utils.cc 52 bool restricted,
58 restricted_ = restricted;
271 // 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);
slirp.c 174 void slirp_init(int restricted, const char *special_ip)
187 slirp_restrict = restricted;
  /external/chromium_org/sandbox/linux/services/
yama_unittests.cc 118 bool restricted = Yama::RestrictPtracersToAncestors(); local
119 CHECK_EQ(restricted, Yama::IsPresent());
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 30 * Base class for settings screens that should be pin protected when in restricted mode.
154 * Returns true if this activity is restricted, but no restrictions provider has been set.
176 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey)
178 return restricted && mRestrictionsManager.hasRestrictionsProvider();
182 * 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 261 public void onModeChanged(int mode, boolean restricted) {
279 // Restricted user can't change the location mode, so disable the master switch. But in some
285 mSwitchBar.setEnabled(!restricted);
286 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/ui/login/
oobe.css 36 /* Do not apply this style to restricted button state. */
37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
  /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/chromium_org/native_client_sdk/src/doc/
faq.rst 494 is otherwise restricted to the networking APIs available in the
498 * Code that needs to do local file I/O. Native Client is restricted to
  /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
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 113 " use of the vim module **MUST** be restricted to the main thread.
  /external/qemu/net/
net-android.c 814 int restricted, const char *ip)
822 slirp_init(restricted, ip);
2243 int restricted = 0; local
    [all...]

Completed in 1242 milliseconds

1 2