Searched refs:sPref2TypeMapping (Results 1 – 1 of 1) sorted by relevance
47 private static final Map<String, Class> sPref2TypeMapping = new HashMap<>(); field in CommonPreferences50 sPref2TypeMapping.put(PREFS_KEY_TRICKPLAY_SETTING, int.class); in sPref2TypeMapping.put()51 sPref2TypeMapping.put(PREFS_KEY_STORE_TS_STREAM, boolean.class); in sPref2TypeMapping.put()52 sPref2TypeMapping.put(PREFS_KEY_LAUNCH_SETUP, boolean.class); in sPref2TypeMapping.put()53 sPref2TypeMapping.put(PREFS_KEY_LAST_POSTAL_CODE, String.class); in sPref2TypeMapping.put()293 Class prefClass = sPref2TypeMapping.get(key); in doInBackground()