Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java147 private Set<Integer> mSupportedComplications; field in DreamBackend
177 mSupportedComplications = Arrays.stream(resources.getIntArray( in DreamBackend()
318 ? new ArraySet<>(mSupportedComplications) : new ArraySet<>(); in getEnabledComplications()
322 } else if (mSupportedComplications.contains(COMPLICATION_TYPE_HOME_CONTROLS)) { in getEnabledComplications()
367 return mSupportedComplications; in getSupportedComplications()
375 mSupportedComplications = complications; in setSupportedComplications()