Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DRecurrencePickerDialog.java143 int endCount = COUNT_DEFAULT; field in RecurrencePickerDialog.RecurrenceModel
186 + endDate + ", endCount=" + endCount + ", weeklyByDayOfWeek=" in toString()
208 dest.writeInt(endCount); in writeToParcel()
444 model.endCount = er.count; in copyEventRecurrenceToModel()
445 if (model.endCount > 0) { in copyEventRecurrenceToModel()
547 er.count = model.endCount; in copyModelToEventRecurrence()
713 mEndCount = (EditText) mView.findViewById(R.id.endCount); in onCreateView()
717 if (mModel.endCount != v) { in onCreateView()
718 mModel.endCount = v; in onCreateView()
988 final String countStr = Integer.toString(mModel.endCount); in updateDialog()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8205 final long endCount = DeletedContactUtil.getCount(mResolver); in testQueryDeletedContactsAll() local
8207 assertEquals(numDeletes, endCount - startCount); in testQueryDeletedContactsAll()