Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java360 PATH_RELATIONSHIP_ANCESTOR,
372 static final int PATH_RELATIONSHIP_ANCESTOR = 2; field in Constants
H A DHdmiUtils.java355 return (pathRelationship == Constants.PATH_RELATIONSHIP_ANCESTOR in isInActiveRoutingPath()
379 return Constants.PATH_RELATIONSHIP_ANCESTOR; in pathRelationship()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecAtomLoggingTest.java21 import static com.android.server.hdmi.Constants.PATH_RELATIONSHIP_ANCESTOR;
156 .activeSourceChanged(1, 0x1111, PATH_RELATIONSHIP_ANCESTOR); in testActiveSourceChanged_calledOnSetActiveSource()
H A DHdmiUtilsTest.java205 .isEqualTo(Constants.PATH_RELATIONSHIP_ANCESTOR); in pathRelationship_ancestor()
207 .isEqualTo(Constants.PATH_RELATIONSHIP_ANCESTOR); in pathRelationship_ancestor()
209 .isEqualTo(Constants.PATH_RELATIONSHIP_ANCESTOR); in pathRelationship_ancestor()