Searched refs:endCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java139 int endCount = COUNT_DEFAULT; field in class:RecurrencePickerDialog.RecurrenceModel
179 + endDate + ", endCount=" + endCount + ", weeklyByDayOfWeek="
201 dest.writeInt(endCount);
431 model.endCount = er.count;
432 if (model.endCount > 0) {
533 er.count = model.endCount;
699 mEndCount = (EditText) mView.findViewById(R.id.endCount);
703 if (mModel.endCount != v) {
704 mModel.endCount
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java7660 final long endCount = DeletedContactUtil.getCount(mResolver);
7662 assertEquals(numDeletes, endCount - startCount);

Completed in 556 milliseconds