HomeSort by relevance Sort by last modified time
    Searched full:restrictiontype (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/core/tests/coretests/res/xml/
app_restrictions.xml 19 android:restrictionType="hidden"/>
24 android:restrictionType="bool"
29 android:restrictionType="string"/>
32 android:restrictionType="integer"
35 android:restrictionType="bundle">
38 android:restrictionType="string"/>
42 android:restrictionType="bool"/>
46 android:restrictionType="bundle_array">
48 android:restrictionType="integer"/>
50 android:restrictionType="bundle"
    [all...]
  /external/robolectric-shadows/robolectric/src/test/resources/res/xml/
app_restrictions.xml 6 android:restrictionType="bool"
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/res/xml/
app_restrictions.xml 28 android:restrictionType="bool"
36 android:restrictionType="string"
44 android:restrictionType="integer"
54 android:restrictionType="choice"
64 android:restrictionType="multi-select"
72 android:restrictionType="hidden"
79 android:restrictionType="bundle_array"
84 android:restrictionType="bundle"
88 android:restrictionType="string"
92 android:restrictionType="string
    [all...]
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/res/xml/
app_restrictions.xml 28 android:restrictionType="bool"
36 android:restrictionType="string"
44 android:restrictionType="integer"
54 android:restrictionType="choice"
64 android:restrictionType="multi-select"
72 android:restrictionType="hidden"
79 android:restrictionType="bundle_array"
84 android:restrictionType="bundle"
88 android:restrictionType="string"
92 android:restrictionType="string
    [all...]
  /development/samples/browseable/AppRestrictionSchema/res/xml/
app_restrictions.xml 28 android:restrictionType="bool"
36 android:restrictionType="string"
44 android:restrictionType="integer"
54 android:restrictionType="choice"
64 android:restrictionType="multi-select"
72 android:restrictionType="hidden"
79 android:restrictionType="bundle_array"
84 android:restrictionType="bundle"
88 android:restrictionType="string"
92 android:restrictionType="string
    [all...]
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 76 * android:restrictionType=["bool" | "string" | "integer"
94 * <li><code>key</code>, <code>title</code> and <code>restrictionType</code> are mandatory.</li>
95 * <li><code>entries</code> and <code>entryValues</code> are required if <code>restrictionType
98 * <code>restrictionType</code></li>
602 int restrictionType = a.getInt(
609 if (restrictionType == -1) {
610 Log.w(TAG, "restrictionType cannot be omitted");
619 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key);
629 switch (restrictionType) {
661 if (restrictionType == RestrictionEntry.TYPE_BUNDLE_ARRA
    [all...]
  /developers/samples/android/admin/AppRestrictionSchema/
template-params.xml 83 android:restrictionType="bool"
  /developers/build/prebuilts/gradle/AppRestrictionSchema/
README.md 31 android:restrictionType="bool"
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /frameworks/base/core/res/res/values/
public.xml     [all...]
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /frameworks/data-binding/compiler/src/main/resources/
api-versions.xml     [all...]
  /frameworks/opt/setupwizard/tools/docs/
android-22.txt     [all...]
  /prebuilts/sdk/api/
21.txt     [all...]
22.txt     [all...]
23.txt     [all...]
24.txt     [all...]
25.txt     [all...]

Completed in 1010 milliseconds

1 2