HomeSort by relevance Sort by last modified time
    Searched refs:restrictions (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /prebuilts/go/darwin-x86/src/net/http/
jar.go 25 // restrictions such as in RFC 6265.
  /prebuilts/go/linux-x86/src/net/http/
jar.go 25 // restrictions such as in RFC 6265.
  /art/compiler/optimizing/
loop_optimization.h 62 * Vectorization restrictions (bit mask).
65 kNone = 0, // no restrictions
133 uint64_t restrictions);
134 bool TrySetVectorType(Primitive::Type type, /*out*/ uint64_t* restrictions);
154 uint64_t restrictions);
  /packages/apps/Launcher3/src/com/android/launcher3/
UninstallDropTarget.java 54 Bundle restrictions = userManager.getUserRestrictions(); local
55 sUninstallDisabled = restrictions.getBoolean(UserManager.DISALLOW_APPS_CONTROL, false)
56 || restrictions.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS, false);
  /external/flatbuffers/android/jni/
Android.mk 8 # freely, subject to the following restrictions:
build_flatc.bat 8 @rem freely, subject to the following restrictions:
  /external/flatbuffers/samples/android/jni/
Android.mk 8 # freely, subject to the following restrictions:
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 27 * Applications can expose restrictions for a restricted user on a
28 * multiuser device. The administrator can configure these restrictions that will then be
31 * Any application that chooses to expose such restrictions does so by implementing a
33 * The receiver then returns a result bundle that contains an entry called "restrictions", whose
95 * restrictions
101 * {@link android.os.Bundle bundles} of restrictions
133 * List of nested restrictions. Used by {@link #TYPE_BUNDLE bundle} and
134 * {@link #TYPE_BUNDLE_ARRAY bundle_array} restrictions.
370 public void setRestrictions(RestrictionEntry[] restrictions) {
371 mRestrictions = restrictions;
    [all...]
  /frameworks/base/services/
Android.mk 36 restrictions \
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar 
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 69 restrictions on versions, and an indication whether these required modules are
88 Also a list of restrictions on the features the module does provide:
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 248 {"230-Anonymous access granted, restrictions apply\n" +
253 "Anonymous access granted, restrictions apply\nRead the file README.txt,\n please",
256 {"230 Anonymous access granted, restrictions apply\n",
259 "Anonymous access granted, restrictions apply",
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 248 {"230-Anonymous access granted, restrictions apply\n" +
253 "Anonymous access granted, restrictions apply\nRead the file README.txt,\n please",
256 {"230 Anonymous access granted, restrictions apply\n",
259 "Anonymous access granted, restrictions apply",
  /frameworks/base/core/java/android/os/
UserManager.java 121 * <p>Key for user restrictions.
134 * <p>Key for user restrictions.
146 * <p>Key for user restrictions.
158 * <p>Key for user restrictions.
172 * <p>Key for user restrictions.
185 * <p>Key for user restrictions.
201 * <p>Key for user restrictions.
215 * <p>Key for user restrictions.
232 * <p>Key for user restrictions.
245 * <p>Key for user restrictions
    [all...]
  /compatibility/cdd/9_security-model/
9_5_multi-user-support.md 46 to manage finer-grained restrictions in the apps that are available in those
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 130 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
138 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 17 package com.android.server.restrictions;
104 // Check if there is a restrictions provider
107 "Cannot request permission without a restrictions provider registered");
137 // Check if there is a restrictions provider
140 "Cannot request permission without a restrictions provider registered");
170 throw new SecurityException("No restrictions provider registered for user");
173 "Restrictions provider does not match caller ");
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 118 * These are app op restrictions imposed per user from various parties.
2216 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 156 private static final String ORIGINAL_RESTRICTIONS_NAME = "original restrictions";
501 // We only care about restrictions set by Cts Verifier. In other cases, we cannot modify
503 Bundle restrictions = mDevicePolicyManager.getUserRestrictions(mAdminReceiverComponent); local
504 return restrictions.getBoolean(DISALLOW_INSTALL_UNKNOWN_SOURCES, false);
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 55 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
105 * Current status of the restrictions.
236 * Loads the restrictions for the AppRestrictionSchema sample.
243 List<RestrictionEntry> restrictions = local
246 for (RestrictionEntry restriction : restrictions) {
381 // Note that the owner app needs to remember the restrictions on its own.
482 * Saves all the restrictions.
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 55 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
105 * Current status of the restrictions.
236 * Loads the restrictions for the AppRestrictionSchema sample.
243 List<RestrictionEntry> restrictions = local
246 for (RestrictionEntry restriction : restrictions) {
381 // Note that the owner app needs to remember the restrictions on its own.
482 * Saves all the restrictions.
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 55 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
105 * Current status of the restrictions.
236 * Loads the restrictions for the AppRestrictionSchema sample.
243 List<RestrictionEntry> restrictions = local
246 for (RestrictionEntry restriction : restrictions) {
381 // Note that the owner app needs to remember the restrictions on its own.
482 * Saves all the restrictions.
  /frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java 154 Bundle restrictions = UserManager.get(this) local
157 restrictions.getBoolean(UserManager.DISALLOW_MODIFY_ACCOUNTS, false);

Completed in 1736 milliseconds

12 3 4 5