Home | History | Annotate | Download | only in providers

Lines Matching refs:SWIPE

30 import com.android.mail.providers.UIProvider.Swipe;
92 public final int swipe;
131 swipe = DEFAULT;
155 swipe = inParcel.readInt();
183 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
217 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
266 json.put(SettingsColumns.SWIPE, swipe);
304 map.put(SettingsColumns.SWIPE, swipe);
351 dest.writeInt(swipe);
407 * Return the swipe setting for the settings provided. It is safe to pass this method
408 * a null object. It always returns a valid {@link Swipe} setting.
409 * @return the auto advance setting, a constant from {@link Swipe}
412 return settings != null ? settings.swipe : sDefault.swipe;
461 && swipe == that.swipe
477 confirmSend, defaultInbox, forceReplyFromDefault, maxAttachmentSize, swipe,