Home | History | Annotate | Download | only in content

Lines Matching refs:MAX_HISTORY

142     public static final int MAX_HISTORY = 100;
1330 while (mSyncHistory.size() > MAX_HISTORY) {