Searched refs:mChoices (Results 1 – 2 of 2) sorted by relevance
120 private final CharSequence[] mChoices; field in RemoteInput131 this.mChoices = choices; in RemoteInput()162 return mChoices; in getChoices()219 private CharSequence[] mChoices; field in RemoteInput.Builder263 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()
8365 Landroid/app/RemoteInput$Builder;->mChoices:[Ljava/lang/CharSequence;8380 Landroid/app/RemoteInput;->mChoices:[Ljava/lang/CharSequence;