Searched refs:allowArchive (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DMailPrefs.java304 * @param allowArchive <code>true</code> if Archive is an acceptable action (this will affect
307 public int getConversationListSwipeActionInteger(final boolean allowArchive) { argument
309 final boolean archive = !RemovalActions.DELETE.equals(getRemovalAction(allowArchive));

Completed in 65 milliseconds