Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1591 public DeviceDescriptor getCachedDeviceDescriptor(); in getCachedDeviceDescriptor() method
1599 public DeviceDescriptor getCachedDeviceDescriptor(boolean shortDescriptor); in getCachedDeviceDescriptor() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1178 DeviceDescriptor desc = d.getCachedDeviceDescriptor(shortDescriptor); in listAllDevices()
DNativeDevice.java5390 public DeviceDescriptor getCachedDeviceDescriptor() { in getCachedDeviceDescriptor() method in NativeDevice
5391 return getCachedDeviceDescriptor(false); in getCachedDeviceDescriptor()
5396 public DeviceDescriptor getCachedDeviceDescriptor(boolean shortDescriptor) { in getCachedDeviceDescriptor() method in NativeDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java1154 when(mMockTestDevice.getCachedDeviceDescriptor(false)).thenReturn(descriptor); in setDeviceDescriptorExpectation()