Home
last modified time | relevance | path

Searched refs:sPref2TypeMapping (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java47 private static final Map<String, Class> sPref2TypeMapping = new HashMap<>(); field in CommonPreferences
50 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()