Home | History | Annotate | Download | only in calendar

Lines Matching defs:mMethod

103         private final int mMethod;
134 mMethod = method;
139 return mMinutes * 10 + mMethod;
160 return re.mMethod == mMethod ||
161 (re.mMethod == Reminders.METHOD_DEFAULT && mMethod == Reminders.METHOD_ALERT) ||
162 (re.mMethod == Reminders.METHOD_ALERT && mMethod == Reminders.METHOD_DEFAULT);
167 return "ReminderEntry min=" + mMinutes + " meth=" + mMethod;
179 if (re.mMethod != mMethod) {
180 return mMethod - re.mMethod;
192 return mMethod;