Searched refs:maxRows (Results 1 – 1 of 1) sorted by relevance
43 private final int maxRows; field in AnnotatedCallLogDatabaseHelper49 @AnnotatedCallLogMaxRows int maxRows, in AnnotatedCallLogDatabaseHelper() argument54 this.maxRows = maxRows; in AnnotatedCallLogDatabaseHelper()151 db.execSQL(String.format(Locale.US, CREATE_TRIGGER_SQL, maxRows, maxRows)); in onCreate()