Home | History | Annotate | Download | only in recurrencepicker

Lines Matching refs:endCount

143         int endCount = COUNT_DEFAULT;
186 + endDate + ", endCount=" + endCount + ", weeklyByDayOfWeek="
208 dest.writeInt(endCount);
444 model.endCount = er.count;
445 if (model.endCount > 0) {
547 er.count = model.endCount;
713 mEndCount = (EditText) mView.findViewById(R.id.endCount);
717 if (mModel.endCount != v) {
718 mModel.endCount = v;
988 final String countStr = Integer.toString(mModel.endCount);
1047 mModel.endCount);
1079 if (mModel.endCount <= 1) {
1080 mModel.endCount = 1;
1081 } else if (mModel.endCount > COUNT_MAX) {
1082 mModel.endCount = COUNT_MAX;
1271 mModel.endCount);