Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java1102 public Set<Long> listDisplayIds() throws DeviceNotAvailableException; in listDisplayIds() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java955 Set<Long> displays = mTestDevice.listDisplayIds(); in testScreenshot_withDisplay()
DTestDeviceTest.java5877 Set<Long> displays = mTestDevice.listDisplayIds(); in testListDisplayId()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2560 public Set<Long> listDisplayIds() throws DeviceNotAvailableException { in listDisplayIds() method in TestDevice
DNativeDevice.java5967 public Set<Long> listDisplayIds() throws DeviceNotAvailableException { in listDisplayIds() method in NativeDevice