Searched refs:mChoices (Results 1 – 2 of 2) sorted by relevance
104 private final CharSequence[] mChoices; field in RemoteInput113 this.mChoices = choices; in RemoteInput()138 return mChoices; in getChoices()186 private CharSequence[] mChoices; field in RemoteInput.Builder228 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()
52 private final CharSequence[] mChoices; field in RemoteInput61 this.mChoices = choices; in RemoteInput()86 return mChoices; in getChoices()128 private CharSequence[] mChoices; field in RemoteInput.Builder162 mChoices = choices; in setChoices()231 mChoices, in build()