Searched refs:OVERRIDE_CONDITION_INT_MAP (Results 1 – 1 of 1) sorted by relevance
197 private static final Map<Integer, String> OVERRIDE_CONDITION_INT_MAP = new ArrayMap<>(); field in DataEnabledOverride.OverrideConditions201 OVERRIDE_CONDITION_INT_MAP.put(CONDITION_NON_DEFAULT, in OVERRIDE_CONDITION_INT_MAP.put()203 OVERRIDE_CONDITION_INT_MAP.put(CONDITION_IN_VOICE_CALL, in OVERRIDE_CONDITION_INT_MAP.put()205 OVERRIDE_CONDITION_INT_MAP.put(CONDITION_DEFAULT_DATA_ENABLED, in OVERRIDE_CONDITION_INT_MAP.put()207 OVERRIDE_CONDITION_INT_MAP.put(CONDITION_DSDS_ENABLED, in OVERRIDE_CONDITION_INT_MAP.put()247 for (Integer condition : OVERRIDE_CONDITION_INT_MAP.keySet()) { in getStringFromBitmask()249 conditionsStrings.add(OVERRIDE_CONDITION_INT_MAP.get(condition)); in getStringFromBitmask()