Searched refs:mSupportedComplications (Results 1 – 1 of 1) sorted by relevance
147 private Set<Integer> mSupportedComplications; field in DreamBackend177 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()