Home | History | Annotate | Download | only in providers

Lines Matching refs:swipe

30 import com.android.mail.providers.UIProvider.Swipe;
93 public final int swipe;
132 swipe = DEFAULT;
156 swipe = inParcel.readInt();
185 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
219 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
268 json.put(SettingsColumns.SWIPE, swipe);
306 map.put(SettingsColumns.SWIPE, swipe);
353 dest.writeInt(swipe);
409 * Return the swipe setting for the settings provided. It is safe to pass this method
410 * a null object. It always returns a valid {@link Swipe} setting.
411 * @return the auto advance setting, a constant from {@link Swipe}
414 return settings != null ? settings.swipe : sDefault.swipe;
463 && swipe == that.swipe
479 confirmSend, defaultInbox, forceReplyFromDefault, maxAttachmentSize, swipe,