Searched refs:getDeviceName (Results 1 – 8 of 8) sorted by relevance
84 assertArrayEquals(defaultDeviceName, defaultClassicOobData.getDeviceName()); in testClassicBuilder()105 assertArrayEquals(deviceName, classicData.getDeviceName()); in testClassicBuilder()155 assertArrayEquals(defaultDeviceName, defaultLeOobData.getDeviceName()); in testLEBuilder()175 assertArrayEquals(deviceName, leData.getDeviceName()); in testLEBuilder()
59 assertEquals("Ped", data.getDeviceName()); in testParser()
79 assertEquals(LOCAL_NAME, filter.getDeviceName()); in testsetNameFilter()
37 sb.append("Model : " + usbDevice.getDeviceName() + "\n"); in getUSBDeviceListString()
132 def getDeviceName(self): member in Result182 values["device"] = deviceResults[j].getDeviceName()
184 private String getDeviceName() { in getDeviceName() method in DocumentsClientTest441 findRoot(getDeviceName()).click(); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()489 findRoot(getDeviceName()).click(); in testRestrictStorageAccessFrameworkDisabled_notBlockFromTree()794 assertToolbarTitleEquals(getDeviceName()); in testOpenDocumentTreeWithScopedStorage()
560 private String getDeviceName() { in getDeviceName() method in ConcurrencyTest583 String originalDeviceName = getDeviceName(); in testSetDeviceName()594 String currentDeviceName = getDeviceName(); in testSetDeviceName()
2113 assertEquals(entry.getKey(), device.getDeviceName()); in enumerateDevices()2114 assertNotNull(device.getDeviceName()); in enumerateDevices()2120 assertEquals(device.getDeviceName(), UsbDevice.getDeviceName(device.getDeviceId())); in enumerateDevices()