Home | History | Annotate | Download | only in ui

Lines Matching refs:autoAdvance

92 import com.android.mail.providers.UIProvider.AutoAdvance;
1917 // This method will be called again if the user selects an autoadvance option
2007 final int autoAdvance = (autoAdvanceSetting == AutoAdvance.UNSET) ?
2008 AutoAdvance.DEFAULT : autoAdvanceSetting;
2013 doShowNextConversation(target, autoAdvance);
2026 * @param autoAdvance auto-advance pref value
2028 protected void doShowNextConversation(Collection<Conversation> target, int autoAdvance) {
2029 final Conversation next = mTracker.getNextConversation(autoAdvance, target);