Home | History | Annotate | Download | only in providers

Lines Matching refs:autoAdvance

26 import com.android.mail.providers.UIProvider.AutoAdvance;
69 * Integer, one of {@link AutoAdvance#LIST}, {@link AutoAdvance#NEWER},
70 * {@link AutoAdvance#OLDER} or {@link AutoAdvance#UNSET}
121 mAutoAdvance = AutoAdvance.LIST;
379 * Gets the autoadvance setting for this object, which may have changed since the settings were
391 * Sets the transient autoadvance setting, which will override the initial autoadvance setting.
393 public void setAutoAdvanceSetting(final int autoAdvance) {
394 mTransientAutoAdvance = autoAdvance;