Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java366 PATH_RELATIONSHIP_ANCESTOR,
378 static final int PATH_RELATIONSHIP_ANCESTOR = 2; field in Constants
H A DHdmiUtils.java352 return (pathRelationship == Constants.PATH_RELATIONSHIP_ANCESTOR in isInActiveRoutingPath()
376 return Constants.PATH_RELATIONSHIP_ANCESTOR; in pathRelationship()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecAtomLoggingTest.java21 import static com.android.server.hdmi.Constants.PATH_RELATIONSHIP_ANCESTOR;
145 .activeSourceChanged(1, 0x1111, PATH_RELATIONSHIP_ANCESTOR); in testActiveSourceChanged_calledOnSetActiveSource()
H A DHdmiUtilsTest.java252 .isEqualTo(Constants.PATH_RELATIONSHIP_ANCESTOR); in pathRelationship_ancestor()
254 .isEqualTo(Constants.PATH_RELATIONSHIP_ANCESTOR); in pathRelationship_ancestor()
256 .isEqualTo(Constants.PATH_RELATIONSHIP_ANCESTOR); in pathRelationship_ancestor()