Searched refs:compoundKey (Results 1 – 6 of 6) sorted by relevance
35 public PreferenceContentProviderLiveData getVisibilityLiveData(String compoundKey) { in getVisibilityLiveData() argument36 if (!mPreferenceVisibilityLiveDataMap.containsKey(compoundKey)) { in getVisibilityLiveData()37 init(compoundKey); in getVisibilityLiveData()39 return mPreferenceVisibilityLiveDataMap.get(compoundKey); in getVisibilityLiveData()42 public void init(String compoundKey) { in init() argument43 mPreferenceVisibilityLiveDataMap.put(compoundKey, in init()44 new PreferenceContentProviderLiveData(compoundKey, getApplication())); in init()
45 String compoundKey = getKey(key); in getOrCreatePrefCompat() local46 if (!mPrefCompats.containsKey(compoundKey)) { in getOrCreatePrefCompat()47 mPrefCompats.put(compoundKey, new PreferenceCompat(key)); in getOrCreatePrefCompat()49 return mPrefCompats.get(compoundKey); in getOrCreatePrefCompat()65 String compoundKey = getKey(key); in getPrefCompat() local66 return mPrefCompats.get(compoundKey); in getPrefCompat()
106 String[] compoundKey = mDisplayReportedHdrTypes.contains(mHdrType) in getPreferenceKey() local109 return compoundKey; in getPreferenceKey()
179 String[] compoundKey = mReportedFormats.contains(mFormatId) in getPreferenceKey() local182 return compoundKey; in getPreferenceKey()
179 String[] compoundKey = mDisplayReportedHdrTypes.contains(hdrType) in createFormatInfo() local182 PreferenceCompat pref = createPreference(title, compoundKey); in createFormatInfo()
312 String[] compoundKey = mReportedFormats.contains(formatId) in createFormatInfoPreferences() local315 PreferenceCompat pref = createPreference(title, compoundKey); in createFormatInfoPreferences()