Searched refs:restrictionType (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/content/ |
H A D | RestrictionsManager.java | 605 int restrictionType = a.getInt( in loadRestriction() local 612 if (restrictionType == -1) { in loadRestriction() 622 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); in loadRestriction() 632 switch (restrictionType) { in loadRestriction() 664 if (restrictionType == RestrictionEntry.TYPE_BUNDLE_ARRAY in loadRestriction() 675 Log.w(TAG, "Unknown restriction type " + restrictionType); in loadRestriction()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/location/ |
H A D | AdasLocationSwitchPreferenceController.java | 193 private void showActionDisabledByAdminDialog(String restrictionType) { in showActionDisabledByAdminDialog() argument 196 restrictionType), in showActionDisabledByAdminDialog() local
|
H A D | LocationStateSwitchPreferenceController.java | 189 private void showActionDisabledByAdminDialog(String restrictionType) { in showActionDisabledByAdminDialog() argument 192 restrictionType), in showActionDisabledByAdminDialog() local
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/ |
H A D | CppCodeGenerator.java | 203 XsdRestriction restrictionType = (XsdRestriction) type; in print() local 204 printEnum(name, restrictionType); in print() 239 XsdRestriction restrictionType = (XsdRestriction) type; in print() local 240 printEnumValues(namespace, name, restrictionType); in print() 254 private void printEnum(String name, XsdRestriction restrictionType) in printEnum() argument 258 List<XsdEnumeration> enums = restrictionType.getEnums(); in printEnum() 290 XsdRestriction restrictionType) throws CppCodeGeneratorException { in printEnumValues() argument 291 List<XsdEnumeration> enums = restrictionType.getEnums(); in printEnumValues()
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/ |
H A D | JavaCodeGenerator.java | 106 XsdRestriction restrictionType = (XsdRestriction) type; in print() local 109 printEnumClass(out, name, restrictionType); in print() 139 private void printEnumClass(CodeWriter out, String name, XsdRestriction restrictionType) in printEnumClass() argument 141 if (restrictionType.isDeprecated()) { in printEnumClass() 145 List<XsdEnumeration> enums = restrictionType.getEnums(); in printEnumClass()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 1209 field public static final int restrictionType = 16843923; // 0x1010493
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 1017 field public static final int restrictionType = 16843923; // 0x1010493
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 79651 Lcom/android/internal/R$attr;->restrictionType:I
|