HomeSort by relevance Sort by last modified time
    Searched refs:restricted (Results 1 - 25 of 33) 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;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 279 IFingerprintServiceReceiver receiver, int flags, boolean restricted) {
286 mEnrollClient = new ClientMonitor(token, receiver, groupId, restricted);
365 IFingerprintServiceReceiver receiver, int flags, boolean restricted) {
372 mAuthClient = new ClientMonitor(token, receiver, groupId, restricted);
420 IFingerprintServiceReceiver receiver, boolean restricted) {
427 mRemoveClient = new ClientMonitor(token, receiver, userId, restricted);
493 boolean restricted; // True if client does not have MANAGE_FINGERPRINT permission field in class:FingerprintService.ClientMonitor
496 boolean restricted) {
500 this.restricted = restricted;
    [all...]
  /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.
DataUsageSummary.java 1675 public boolean restricted; field in class:DataUsageSummary.AppItem
    [all...]
  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 114 public void onModeChanged(int mode, boolean restricted) {
132 boolean enabled = (mode != Settings.Secure.LOCATION_MODE_OFF) && !restricted;
LocationSettings.java 312 public void onModeChanged(int mode, boolean restricted) {
330 // Restricted user can't change the location mode, so disable the master switch. But in some
336 mSwitchBar.setEnabled(!restricted);
337 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/tinyxml2/
tinyxml2.cpp     [all...]
  /external/linux-tools-perf/src/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/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/chromium-trace/trace-viewer/third_party/WebOb/webob/
exc.py 964 From the draft "A New HTTP Status Code for Legally-restricted Resources"
967 http://tools.ietf.org/html/draft-tbray-http-legally-restricted-status-00
    [all...]
  /external/libvorbis/doc/
05-comment.tex 201 generally the only packet on the second page and may not be restricted
08-residue.tex 107 residue coding setup is restricted to a power of two.
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /external/v8/src/
messages.js 659 // restricted intervals of maximum allowed size.
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /external/libedit/
configure     [all...]

Completed in 933 milliseconds

1 2