Searched refs:COMPAT_ACTION_TO_NEW_MAP (Results 1 – 1 of 1) sorted by relevance
120 private static final Map<String, String> COMPAT_ACTION_TO_NEW_MAP = NEW_ACTION_TO_COMPAT_MAP field in CarrierSignalAgent270 if (COMPAT_ACTION_TO_NEW_MAP.containsKey(s)) { in parseAndCache()271 s = COMPAT_ACTION_TO_NEW_MAP.get(s); in parseAndCache()