Searched refs:removalAction (Results 1 – 3 of 3) sorted by relevance
36 final Preference removalAction = findPreference(PreferenceKeys.REMOVAL_ACTION); in onCreate() local37 if (removalAction != null) { in onCreate()38 ps.removePreference(removalAction); in onCreate()
269 final String removalAction = in getRemovalAction() local271 if (TextUtils.equals(removalAction, RemovalActions.ARCHIVE_AND_DELETE)) { in getRemovalAction()282 public void setRemovalAction(final @RemovalActionTypes String removalAction) { in setRemovalAction() argument283 getEditor().putString(PreferenceKeys.REMOVAL_ACTION, removalAction).apply(); in setRemovalAction()
122 final String removalAction = newValue.toString(); in onPreferenceChange() local123 mMailPrefs.setRemovalAction(removalAction); in onPreferenceChange()