Lines Matching defs:method
65 import android.text.method.LinkMovementMethod;
66 import android.text.method.MovementMethod;
266 Reminders.METHOD // 2
404 * Contents of the "methods" spinner. The "values" list specifies the method constant
1569 // Organizer view is setup in the updateCalendar method
1583 // Linkify.addLinks() sets the TextView movement method if it finds any links.
1916 int method = cursor.getInt(EditEventHelper.REMINDERS_INDEX_METHOD);
1918 if (method != Reminders.METHOD_DEFAULT && !mReminderMethodValues.contains(method)) {
1921 method));
1923 mOriginalReminders.add(ReminderEntry.valueOf(minutes, method));
2138 * reminder time and method.