Searched refs:endCount (Results 1 – 2 of 2) sorted by relevance
143 int endCount = COUNT_DEFAULT; field in RecurrencePickerDialog.RecurrenceModel186 + 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 …]
8205 final long endCount = DeletedContactUtil.getCount(mResolver); in testQueryDeletedContactsAll() local8207 assertEquals(numDeletes, endCount - startCount); in testQueryDeletedContactsAll()