Home | History | Annotate | Download | only in providers

Lines Matching refs:Swipe

31 import com.android.mail.providers.UIProvider.Swipe;
90 public final int swipe;
123 swipe = DEFAULT;
146 swipe = inParcel.readInt();
174 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
206 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
252 json.put(SettingsColumns.SWIPE, swipe);
291 map.put(UIProvider.AccountColumns.SettingsColumns.SWIPE, swipe);
340 dest.writeInt(swipe);
393 * Return the swipe setting for the settings provided. It is safe to pass this method
394 * a null object. It always returns a valid {@link Swipe} setting.
395 * @return the auto advance setting, a constant from {@link Swipe}
398 return settings != null ? settings.swipe : sDefault.swipe;
449 && swipe == that.swipe
464 defaultInbox, forceReplyFromDefault, maxAttachmentSize, swipe,