Searched refs:isUserAssociationSupported (Results 1 – 4 of 4) sorted by relevance
219 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedNoProperties()232 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedFewProperties()246 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()260 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedAllCorePropertiesButDisabled()274 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedAllCoreProperties()289 assertThat(myHalService.isUserAssociationSupported()).isTrue(); in testTakeSupportedProperties_supportedAllPropertiesButDisabled()304 assertThat(myHalService.isUserAssociationSupported()).isTrue(); in testTakeSupportedProperties_supportedAllPropertiesButEnablePropertyNotSet()319 assertThat(myHalService.isUserAssociationSupported()).isTrue(); in testTakeSupportedProperties_supportedAllProperties()
271 public boolean isUserAssociationSupported() { in isUserAssociationSupported() method in UserHalService282 Preconditions.checkState(isUserAssociationSupported(), USER_ASSOCIATION_UNSUPPORTED_MSG); in checkUserAssociationSupported()
921 when(mUserHal.isUserAssociationSupported()).thenReturn(result); in mockUserHalUserAssociationSupported()
1801 return mHal.isUserAssociationSupported(); in isUserHalUserAssociationSupported()