Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDeviceProductInfo.java76 int connectionToSinkType) { in DeviceProductInfo() argument
82 mConnectionToSinkType = connectionToSinkType; in DeviceProductInfo()
90 @ConnectionToSinkType int connectionToSinkType) { in DeviceProductInfo() argument
96 mConnectionToSinkType = connectionToSinkType; in DeviceProductInfo()
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/display/
DDeviceProductInfo.java86 int connectionToSinkType) { in DeviceProductInfo() argument
92 this.mConnectionToSinkType = connectionToSinkType; in DeviceProductInfo()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1263 jint connectionToSinkType; in convertDeviceProductInfoToJavaObject() local
1269 connectionToSinkType = IDeviceProductInfoConstants::CONNECTION_TO_SINK_UNKNOWN; in convertDeviceProductInfoToJavaObject()
1271 connectionToSinkType = IDeviceProductInfoConstants::CONNECTION_TO_SINK_BUILT_IN; in convertDeviceProductInfoToJavaObject()
1273 connectionToSinkType = IDeviceProductInfoConstants::CONNECTION_TO_SINK_DIRECT; in convertDeviceProductInfoToJavaObject()
1275 connectionToSinkType = IDeviceProductInfoConstants::CONNECTION_TO_SINK_TRANSITIVE; in convertDeviceProductInfoToJavaObject()
1280 connectionToSinkType); in convertDeviceProductInfoToJavaObject()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...