Searched refs:mSelectedIndices (Results 1 – 1 of 1) sorted by relevance
77 private final int[] mSelectedIndices; field in FormEditRecord94 this.mSelectedIndices = Objects.requireNonNullElseGet(selectedIndices, () -> new int[0]); in FormEditRecord()105 mSelectedIndices = new int[selectedIndicesSize]; in FormEditRecord()106 in.readIntArray(mSelectedIndices); in FormEditRecord()148 return mSelectedIndices; in getSelectedIndices()171 dest.writeInt(mSelectedIndices.length); in writeToParcel()172 dest.writeIntArray(mSelectedIndices); in writeToParcel()190 && Arrays.equals(mSelectedIndices, formEditRecord.mSelectedIndices); in equals()196 Arrays.hashCode(mSelectedIndices), mText); in hashCode()224 private int[] mSelectedIndices = null; field in FormEditRecord.Builder[all …]