Lines Matching refs:RestrictionEntry
10722 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();
10750 method public void setRestrictions(android.content.RestrictionEntry[]);
10756 …onNull public static final android.os.Parcelable.Creator<android.content.RestrictionEntry> CREATOR;
10768 …ic android.os.Bundle convertRestrictionsToBundle(java.util.List<android.content.RestrictionEntry>);
10771 method public java.util.List<android.content.RestrictionEntry> getManifestRestrictions(String);