Home
last modified time | relevance | path

Searched refs:listDisplayIds (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java920 public Set<Integer> listDisplayIds() throws DeviceNotAvailableException; in listDisplayIds() method
DTestDevice.java1722 public Set<Integer> listDisplayIds() throws DeviceNotAvailableException { in listDisplayIds() method in TestDevice
DNativeDevice.java4397 public Set<Integer> listDisplayIds() throws DeviceNotAvailableException { in listDisplayIds() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java828 Set<Integer> displays = mTestDevice.listDisplayIds(); in testListDisplays()
DTestDeviceTest.java4335 Set<Integer> displays = mTestDevice.listDisplayIds(); in testListDisplayId()