Home
last modified time | relevance | path

Searched refs:mChoiceValues (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java125 private String[] mChoiceValues; field in RestrictionEntry
345 mChoiceValues = choiceValues; in setChoiceValues()
356 mChoiceValues = context.getResources().getStringArray(stringArrayResId); in setChoiceValues()
380 return mChoiceValues; in getChoiceValues()
505 mChoiceValues = in.readStringArray(); in RestrictionEntry()
529 dest.writeStringArray(mChoiceValues); in writeToParcel()
553 ", mChoiceValues=" + Arrays.toString(mChoiceValues) + in toString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16915 Landroid/content/RestrictionEntry;->mChoiceValues:[Ljava/lang/String;