Home
last modified time | relevance | path

Searched refs:RestrictionEntry (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/
DRestrictionEntry.java36 public class RestrictionEntry implements Parcelable { class
136 private RestrictionEntry[] mRestrictions;
144 public RestrictionEntry(int type, String key) { in RestrictionEntry() method in RestrictionEntry
154 public RestrictionEntry(String key, String selectedString) { in RestrictionEntry() method in RestrictionEntry
165 public RestrictionEntry(String key, boolean selectedState) { in RestrictionEntry() method in RestrictionEntry
176 public RestrictionEntry(String key, String[] selectedStrings) { in RestrictionEntry() method in RestrictionEntry
187 public RestrictionEntry(String key, int selectedInt) { in RestrictionEntry() method in RestrictionEntry
203 private RestrictionEntry(String key, RestrictionEntry[] restrictionEntries, in RestrictionEntry() method in RestrictionEntry
209 for (RestrictionEntry restriction : restrictionEntries) { in RestrictionEntry()
228 public static RestrictionEntry createBundleEntry(String key, in createBundleEntry()
[all …]
DRestrictionsManager.java536 public List<RestrictionEntry> getManifestRestrictions(String packageName) { in getManifestRestrictions()
553 private List<RestrictionEntry> loadManifestRestrictions(String packageName, in loadManifestRestrictions()
561 ArrayList<RestrictionEntry> restrictions = new ArrayList<>(); in loadManifestRestrictions()
562 RestrictionEntry restriction; in loadManifestRestrictions()
586 private RestrictionEntry loadRestrictionElement(Context appContext, XmlResourceParser xml) in loadRestrictionElement()
592 com.android.internal.R.styleable.RestrictionEntry); in loadRestrictionElement()
599 … private RestrictionEntry loadRestriction(Context appContext, TypedArray a, XmlResourceParser xml) in loadRestriction()
619 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); in loadRestriction()
630 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction()
631 case RestrictionEntry.TYPE_STRING: in loadRestriction()
[all …]
DRestrictionEntry.aidl20 parcelable RestrictionEntry;
/frameworks/base/core/tests/coretests/src/android/content/
DRestrictionsManagerTest.java38 List<RestrictionEntry> manifestRestrictions = mRm.getManifestRestrictions(packageName); in testGetManifestRestrictions()
42 for (RestrictionEntry entry : manifestRestrictions) { in testGetManifestRestrictions()
51 for (RestrictionEntry childEntry : entry.getRestrictions()) { in testGetManifestRestrictions()
67 List<RestrictionEntry> manifestRestrictions = mRm.getManifestRestrictions(packageName); in testConvertRestrictionsToBundle()
79 List<RestrictionEntry> manifestRestrictions = mRm.getManifestRestrictions(packageName); in testConvertRestrictionsToBundle_bundleArray()
/frameworks/base/core/java/android/os/
DIUserManager.aidl25 import android.content.RestrictionEntry;
/frameworks/base/
DAndroid.mk757 frameworks/base/core/java/android/content/RestrictionEntry.aidl \
Dcompiled-classes-phone917 android.content.RestrictionEntry
918 android.content.RestrictionEntry$1
/frameworks/base/api/
Dcurrent.txt9776 public class RestrictionEntry implements android.os.Parcelable {
9777 ctor public RestrictionEntry(int, java.lang.String);
9778 ctor public RestrictionEntry(java.lang.String, java.lang.String);
9779 ctor public RestrictionEntry(java.lang.String, boolean);
9780 ctor public RestrictionEntry(java.lang.String, java.lang.String[]);
9781 ctor public RestrictionEntry(java.lang.String, int);
9782 ctor public RestrictionEntry(android.os.Parcel);
9783 … public static android.content.RestrictionEntry createBundleArrayEntry(java.lang.String, android.c…
9784 …hod public static android.content.RestrictionEntry createBundleEntry(java.lang.String, android.con…
9792 method public android.content.RestrictionEntry[] getRestrictions();
[all …]
Dsystem-current.txt10356 public class RestrictionEntry implements android.os.Parcelable {
10357 ctor public RestrictionEntry(int, java.lang.String);
10358 ctor public RestrictionEntry(java.lang.String, java.lang.String);
10359 ctor public RestrictionEntry(java.lang.String, boolean);
10360 ctor public RestrictionEntry(java.lang.String, java.lang.String[]);
10361 ctor public RestrictionEntry(java.lang.String, int);
10362 ctor public RestrictionEntry(android.os.Parcel);
10363 … public static android.content.RestrictionEntry createBundleArrayEntry(java.lang.String, android.c…
10364 …hod public static android.content.RestrictionEntry createBundleEntry(java.lang.String, android.con…
10372 method public android.content.RestrictionEntry[] getRestrictions();
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8031 public class RestrictionEntry implements android.os.Parcelable {
8032 ctor public RestrictionEntry(int, java.lang.String);
8033 ctor public RestrictionEntry(java.lang.String, java.lang.String);
8034 ctor public RestrictionEntry(java.lang.String, boolean);
8035 ctor public RestrictionEntry(java.lang.String, java.lang.String[]);
8036 ctor public RestrictionEntry(java.lang.String, int);
8037 ctor public RestrictionEntry(android.os.Parcel);
8061 … field public static final android.os.Parcelable.Creator<android.content.RestrictionEntry> CREATOR;
8073 …method public java.util.List<android.content.RestrictionEntry> getManifestRestrictions(java.lang.S…