Searched refs:enabledComplications (Results 1 – 2 of 2) sorted by relevance
121 final List<Integer> enabledComplications = in testHomeControlsDisabled_ComplicationsEnabled() local124 .containsExactlyElementsIn(enabledComplications); in testHomeControlsDisabled_ComplicationsEnabled()140 final List<Integer> enabledComplications = in testHomeControlsEnabled_ComplicationsDisabled() local143 .containsExactlyElementsIn(enabledComplications); in testHomeControlsEnabled_ComplicationsDisabled()151 final List<Integer> enabledComplications = in testHomeControlsEnabled_ComplicationsEnabled() local158 .containsExactlyElementsIn(enabledComplications); in testHomeControlsEnabled_ComplicationsEnabled()167 final List<Integer> enabledComplications = in testHomeControlsEnabled_lockscreenDisabled() local173 .containsExactlyElementsIn(enabledComplications); in testHomeControlsEnabled_lockscreenDisabled()
316 final Set<Integer> enabledComplications = in getEnabledComplications() local321 enabledComplications.remove(COMPLICATION_TYPE_HOME_CONTROLS); in getEnabledComplications()325 enabledComplications.add(COMPLICATION_TYPE_HOME_CONTROLS); in getEnabledComplications()327 return enabledComplications; in getEnabledComplications()