Home
last modified time | relevance | path

Searched refs:RestrictionEntry (Results 1 – 9 of 9) 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.java539 public List<RestrictionEntry> getManifestRestrictions(String packageName) { in getManifestRestrictions()
556 private List<RestrictionEntry> loadManifestRestrictions(String packageName, in loadManifestRestrictions()
564 ArrayList<RestrictionEntry> restrictions = new ArrayList<>(); in loadManifestRestrictions()
565 RestrictionEntry restriction; in loadManifestRestrictions()
589 private RestrictionEntry loadRestrictionElement(Context appContext, XmlResourceParser xml) in loadRestrictionElement()
595 com.android.internal.R.styleable.RestrictionEntry); in loadRestrictionElement()
602 … private RestrictionEntry loadRestriction(Context appContext, TypedArray a, XmlResourceParser xml) in loadRestriction()
622 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); in loadRestriction()
633 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction()
634 case RestrictionEntry.TYPE_STRING: in loadRestriction()
[all …]
DRestrictionEntry.aidl20 parcelable RestrictionEntry;
/frameworks/base/core/tests/coretests/src/android/content/
DRestrictionsManagerTest.java42 List<RestrictionEntry> manifestRestrictions = mRm.getManifestRestrictions(packageName); in testGetManifestRestrictions()
46 for (RestrictionEntry entry : manifestRestrictions) { in testGetManifestRestrictions()
55 for (RestrictionEntry childEntry : entry.getRestrictions()) { in testGetManifestRestrictions()
71 List<RestrictionEntry> manifestRestrictions = mRm.getManifestRestrictions(packageName); in testConvertRestrictionsToBundle()
83 List<RestrictionEntry> manifestRestrictions = mRm.getManifestRestrictions(packageName); in testConvertRestrictionsToBundle_bundleArray()
/frameworks/base/core/java/android/os/
DIUserManager.aidl25 import android.content.RestrictionEntry;
/frameworks/base/non-updatable-api/
Dcurrent.txt10722 public class RestrictionEntry implements android.os.Parcelable {
10723 ctor public RestrictionEntry(int, String);
10724 ctor public RestrictionEntry(String, String);
10725 ctor public RestrictionEntry(String, boolean);
10726 ctor public RestrictionEntry(String, String[]);
10727 ctor public RestrictionEntry(String, int);
10728 ctor public RestrictionEntry(android.os.Parcel);
10729 …ethod public static android.content.RestrictionEntry createBundleArrayEntry(String, android.conten…
10730 …method public static android.content.RestrictionEntry createBundleEntry(String, android.content.Re…
10738 method public android.content.RestrictionEntry[] getRestrictions();
[all …]
/frameworks/base/api/
Dcurrent.txt10722 public class RestrictionEntry implements android.os.Parcelable {
10723 ctor public RestrictionEntry(int, String);
10724 ctor public RestrictionEntry(String, String);
10725 ctor public RestrictionEntry(String, boolean);
10726 ctor public RestrictionEntry(String, String[]);
10727 ctor public RestrictionEntry(String, int);
10728 ctor public RestrictionEntry(android.os.Parcel);
10729 …ethod public static android.content.RestrictionEntry createBundleArrayEntry(String, android.conten…
10730 …method public static android.content.RestrictionEntry createBundleEntry(String, android.content.Re…
10738 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…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16922 Landroid/content/RestrictionEntry;-><init>(Ljava/lang/String;[Landroid/content/RestrictionEntry;Z)V
16923 Landroid/content/RestrictionEntry;->mChoiceEntries:[Ljava/lang/String;
16924 Landroid/content/RestrictionEntry;->mChoiceValues:[Ljava/lang/String;
16925 Landroid/content/RestrictionEntry;->mCurrentValue:Ljava/lang/String;
16926 Landroid/content/RestrictionEntry;->mCurrentValues:[Ljava/lang/String;
16927 Landroid/content/RestrictionEntry;->mDescription:Ljava/lang/String;
16928 Landroid/content/RestrictionEntry;->mKey:Ljava/lang/String;
16929 Landroid/content/RestrictionEntry;->mRestrictions:[Landroid/content/RestrictionEntry;
16930 Landroid/content/RestrictionEntry;->mTitle:Ljava/lang/String;
16931 Landroid/content/RestrictionEntry;->mType:I
[all …]