Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DRemoteInput.java104 private final CharSequence[] mChoices; field in RemoteInput
113 this.mChoices = choices; in RemoteInput()
138 return mChoices; in getChoices()
186 private CharSequence[] mChoices; field in RemoteInput.Builder
228 mChoices = null; in setChoices()
230 mChoices = new CharSequence[choices.length]; in setChoices()
232 mChoices[i] = Notification.safeCharSequence(choices[i]); in setChoices()
316 mResultKey, mLabel, mChoices, mFlags, mExtras, mAllowedDataTypes); in build()
323 mChoices = in.readCharSequenceArray(); in RemoteInput()
508 out.writeCharSequenceArray(mChoices); in writeToParcel()
/frameworks/support/compat/src/main/java/androidx/core/app/
DRemoteInput.java52 private final CharSequence[] mChoices; field in RemoteInput
61 this.mChoices = choices; in RemoteInput()
86 return mChoices; in getChoices()
128 private CharSequence[] mChoices; field in RemoteInput.Builder
162 mChoices = choices; in setChoices()
231 mChoices, in build()