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

12 3 4 5 6 7 8 91011>>

  /development/samples/browseable/BasicManagedProfile/
_index.jd 9 enable or disable other apps and how to set restrictions to them. Intents can be
  /external/ImageMagick/Magick++/tests/
tests.tap 7 # for usage and copying restrictions.
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 4 // C++03 imposed restrictions in this paragraph that were lifted with 0x, so we
  /external/dbus/test/data/valid-config-files/
debug-allow-all.conf.in 1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
  /external/dbus/test/data/valid-config-files-system/
debug-allow-all-fail.conf.in 1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
debug-allow-all-pass.conf.in 1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
  /external/littlemock/
README 11 Has a number of restrictions.
  /frameworks/base/core/java/android/os/
UserManagerInternal.java 32 * @param newRestrictions new user restrictions
33 * @param prevRestrictions user restrictions that were previously set
40 * to set per-user as well as global user restrictions.
42 * @param userId target user id for the local restrictions.
43 * @param localRestrictions per-user restrictions.
45 * @param globalRestrictions global restrictions set by DO. Must be null when PO changed user
46 * restrictions, in which case global restrictions won't change.
52 * Returns the "base" user restrictions.
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 135 private ArrayList<RestrictionEntry> restrictions; field in class:AppRestrictionsFragment.AppRestrictionsPreference
150 void setRestrictions(ArrayList<RestrictionEntry> restrictions) {
151 this.restrictions = restrictions;
163 return restrictions;
397 // If the app is required and has no restrictions, skip showing it
401 // Only do this for restricted profiles, not single-user restrictions
454 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( local
456 RestrictionEntry locationRestriction = restrictions.get(0);
458 p.setRestrictions(restrictions);
531 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); local
624 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 49 * Utility methods for user restrictions.
118 * User restrictions that can not be set by profile owners.
137 * User restrictions that can't be changed by device owner or profile owner.
146 * Special user restrictions that can be applied to a user as well as to all users globally,
168 @Nullable Bundle restrictions, @NonNull String tag) throws IOException {
169 if (restrictions == null) {
174 for (String key : restrictions.keySet()) {
179 if (restrictions.getBoolean(key)) {
189 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) {
193 restrictions.putBoolean(key, Boolean.parseBoolean(value))
    [all...]
  /developers/samples/android/admin/AppRestrictionEnforcer/
template-params.xml 30 This sample demonstrates how to set restrictions to other apps as a profile owner.
31 Use AppRestrictionSchema sample as a app with available restrictions.
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp 9 // Don't impose access restrictions on explicit instantiations.
28 // Don't impose access restrictions on explicit specializations,
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java 33 * Functionality tests for application restrictions APIs.
36 * It also fires up an external activity to observe an application's view of its restrictions.
39 * is sent whenever app restrictions are modified for a given package.
115 "cannot manage application restrictions", expected.getMessage());
122 "cannot manage application restrictions", expected.getMessage());
127 // Test setting restrictions
133 // Retrieve restrictions locally and make sure they are what we put in.
139 // Check that the target app can retrieve the same restrictions.
169 // Check that we got the restrictions changed callback.
238 // Adding a bundle, which contain 2 nested restrictions - bundle_string and bundle_in
    [all...]
  /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 ");
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/values/
strings.xml 17 <string name="restrictions_activity_label">Custom app restrictions</string>
29 icon. Configure app restrictions for the app.\n\n
31 and see the configured app restrictions displayed.\n
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/res/values/
strings.xml 17 <string name="restrictions_activity_label">Custom app restrictions</string>
29 icon. Configure app restrictions for the app.\n\n
31 and see the configured app restrictions displayed.\n
  /development/samples/browseable/AppRestrictions/res/values/
strings.xml 17 <string name="restrictions_activity_label">Custom app restrictions</string>
29 icon. Configure app restrictions for the app.\n\n
31 and see the configured app restrictions displayed.\n
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
CheckNoOwnerRestrictionsTest.java 22 * Used after after DO/PO are removed to make sure user restrictions set by them are no longer
PrimaryProfileOwnerUserRestrictionsTest.java 21 // PO on user-0 can set DO user restrictions too. (for now?)
  /developers/samples/android/admin/AppRestrictionSchema/
template-params.xml 28 This sample shows how to use app restrictions. This application has one boolean
77 <restrictions xmlns:android="http://schemas.android.com/apk/res/android">
86 </restrictions>
100 At runtime, the current list of restrictions enforced by policy can be
  /external/autotest/client/site_tests/security_ModuleLocking/
control 7 PURPOSE = "Verify kernel module loading restrictions"
  /external/nanopb-c/
LICENSE.txt 9 redistribute it freely, subject to the following restrictions:
NOTICE 9 redistribute it freely, subject to the following restrictions:
  /external/opencv/
LICENSE_Android_NDK 8 subject to the following restrictions:
  /external/tinyxml/
NOTICE 7 redistribute it freely, subject to the following restrictions:

Completed in 1264 milliseconds

12 3 4 5 6 7 8 91011>>