HomeSort by relevance Sort by last modified time
    Searched defs:importanceMarkersEnabled (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 95 public final boolean importanceMarkersEnabled;
133 importanceMarkersEnabled = false;
157 importanceMarkersEnabled = inParcel.readInt() != 0;
186 importanceMarkersEnabled = cursor.getInt(
220 importanceMarkersEnabled = json.optBoolean(SettingsColumns.IMPORTANCE_MARKERS_ENABLED,
221 sDefault.importanceMarkersEnabled);
269 json.put(SettingsColumns.IMPORTANCE_MARKERS_ENABLED, importanceMarkersEnabled);
307 map.put(SettingsColumns.IMPORTANCE_MARKERS_ENABLED, importanceMarkersEnabled ? 1 : 0);
354 dest.writeInt(importanceMarkersEnabled ? 1 : 0);
464 && importanceMarkersEnabled == that.importanceMarkersEnable
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 472 final boolean swipeEnabled, final boolean importanceMarkersEnabled,
477 set, folder, checkboxOrSenderImage, swipeEnabled, importanceMarkersEnabled,
491 false /* importanceMarkersEnabled */, false /* showChevronsEnabled */,
501 boolean swipeEnabled, final boolean importanceMarkersEnabled,
599 final boolean useImportantMarkers = isImportant && importanceMarkersEnabled;
    [all...]

Completed in 143 milliseconds