Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DRemoteInput.java120 private final CharSequence[] mChoices; field in RemoteInput
131 this.mChoices = choices; in RemoteInput()
162 return mChoices; in getChoices()
219 private CharSequence[] mChoices; field in RemoteInput.Builder
263 mChoices = null; in setChoices()
265 mChoices = new CharSequence[choices.length]; in setChoices()
267 mChoices[i] = Notification.safeCharSequence(choices[i]); in setChoices()
363 return new RemoteInput(mResultKey, mLabel, mChoices, mFlags, mEditChoicesBeforeSending, in build()
371 mChoices = in.readCharSequenceArray(); in RemoteInput()
557 out.writeCharSequenceArray(mChoices); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8365 Landroid/app/RemoteInput$Builder;->mChoices:[Ljava/lang/CharSequence;
8380 Landroid/app/RemoteInput;->mChoices:[Ljava/lang/CharSequence;