HomeSort by relevance Sort by last modified time
    Searched refs:restricted (Results 1 - 25 of 41) 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/chrome/browser/resources/chromeos/login/
header_bar.css 53 #login-header-bar button:not(.button-restricted),
54 #login-header-bar button:active:not(.button-restricted),
55 #login-header-bar button:focus:not(.button-restricted),
56 #login-header-bar button:hover:not(.button-restricted) {
104 .button-restricted {
oobe.css 32 /* Do not apply this style to restricted button state. */
33 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
display_manager.js 776 disable ? 'add' : 'remove']('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;
  /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 209 public void onModeChanged(int mode, boolean restricted) {
227 // Restricted user can't change the location mode, so disable the master switch. But in some
231 mSwitch.setEnabled(!restricted);
232 mLocationMode.setEnabled(enabled && !restricted);
LocationSettingsBase.java 72 public abstract void onModeChanged(int mode, boolean restricted);
84 Log.i(TAG, "Restricted user, not setting location mode");
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 32 * Base class for settings activities that should be pin protected when in restricted mode.
195 * Returns true if this activity is restricted, but no restriction pin has been set.
231 boolean restricted = RESTRICTIONS_PIN_SET.equals(restrictionKey)
233 return restricted && mUserManager.hasRestrictionsChallenge();
DataUsageSummary.java 1429 public boolean restricted; field in class:DataUsageSummary.AppItem
    [all...]
  /external/qemu/slirp-android/
libslirp.h 26 void slirp_init(int restricted, const char *special_ip);
slirp.c 214 void slirp_init(int restricted, const char *special_ip)
244 slirp_restrict = restricted;
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 40 // This method is restricted to chrome-search://most-visited pages by
121 // This method is restricted to chrome-search://most-visited pages by
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 433 void set_restricted(bool restricted) { restricted_ = restricted; }
  /external/mksh/src/
main.c 193 unsigned char restricted, errexit, utf_flag; local
603 restricted = Flag(FRESTRICTED);
633 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
  /external/qemu/
net-android.c 839 int restricted, const char *ip)
847 slirp_init(restricted, ip);
2268 int restricted = 0; local
    [all...]
net.c 712 int restricted, const char *ip)
720 slirp_init(restricted, ip);
2164 int restricted = 0; local
    [all...]
  /external/linux-tools-perf/util/
symbol.c 688 bool restricted = false; local
694 restricted = strcmp(r, restricted_filename) == 0;
696 return restricted;
700 return restricted;
    [all...]
  /external/libvorbis/doc/
05-comment.tex 201 generally the only packet on the second page and may not be restricted
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 1407 milliseconds

1 2