Searched refs:isPlaceHolderTargetInfo (Results 1 – 5 of 5) sorted by relevance
125 assertThat(info.isPlaceHolderTargetInfo).isFalse() in testBasicProperties()181 assertThat(info.isPlaceHolderTargetInfo).isFalse() in testToBuilderPreservesBasicProperties()347 assertThat(info.isPlaceHolderTargetInfo).isFalse() in testLegacySubclassRelationships_empty()363 assertThat(info.isPlaceHolderTargetInfo).isTrue() in testLegacySubclassRelationships_placeholder()379 assertThat(info.isPlaceHolderTargetInfo).isFalse() in testLegacySubclassRelationships_selectable()395 assertThat(info.isPlaceHolderTargetInfo).isFalse() in testLegacySubclassRelationships_displayResolveInfo()411 assertThat(info.isPlaceHolderTargetInfo).isFalse() in testLegacySubclassRelationships_multiDisplayResolveInfo()
71 assertThat(info.isPlaceHolderTargetInfo).isTrue() in testNewPlaceholderTargetInfo()
558 public boolean isPlaceHolderTargetInfo() { in isPlaceHolderTargetInfo() method in ImmutableTargetInfo564 return isEmptyTargetInfo() || isPlaceHolderTargetInfo(); in isNotSelectableTargetInfo()
426 default boolean isPlaceHolderTargetInfo() { in isPlaceHolderTargetInfo() method
429 if (info.isPlaceHolderTargetInfo()) { in onBindView()801 mServiceTargets.removeIf(o -> o.isPlaceHolderTargetInfo()); in completeServiceTargetLoading()