Home
last modified time | relevance | path

Searched refs:mDeviceInfoForTests (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DDetectTvSystemAudioModeSupportActionTest.java45 private HdmiDeviceInfo mDeviceInfoForTests; field in DetectTvSystemAudioModeSupportActionTest
56 mDeviceInfoForTests = HdmiDeviceInfo.hardwarePort(1001, 1234); in SetUp()
111 return mDeviceInfoForTests; in SetUp()
115 mHdmiCecLocalDeviceAudioSystem.setDeviceInfo(mDeviceInfoForTests); in SetUp()
H A DSystemAudioInitiationActionFromAvrTest.java55 private HdmiDeviceInfo mDeviceInfoForTests; field in SystemAudioInitiationActionFromAvrTest
66 mDeviceInfoForTests = HdmiDeviceInfo.hardwarePort(1001, 1234); in SetUp()
164 return mDeviceInfoForTests; in SetUp()
173 mHdmiCecLocalDeviceAudioSystem.setDeviceInfo(mDeviceInfoForTests); in SetUp()