Lines Matching defs:limit
82 int limit = getMessageLimit(context);
85 deleteMessagesForThread(context, threadId, limit);
112 abstract public void setMessageLimit(Context context, int limit);
171 public void setMessageLimit(Context context, int limit) {
174 editPrefs.putInt(MAX_SMS_MESSAGES_PER_THREAD, limit);
217 // Move to the keep limit and then delete everything older than that one.
254 int limit = getMessageLimit(context);
268 if (msgs.getCount() >= limit) {
311 public void setMessageLimit(Context context, int limit) {
314 editPrefs.putInt(MAX_MMS_MESSAGES_PER_THREAD, limit);
366 // Move to the keep limit and then delete everything older than that one.
411 // Move to the keep limit and then delete everything older than that one.
448 int limit = getMessageLimit(context);
463 if (msgs.getCount() >= limit) {