Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java896 CommandResult stubAdbDevices = new CommandResult(CommandStatus.SUCCESS); in testFreeDevice_unavailable() local
897 stubAdbDevices.setStdout("List of devices attached\nserial\toffline\n"); in testFreeDevice_unavailable()
899 .thenReturn(stubAdbDevices); in testFreeDevice_unavailable()
954 CommandResult stubAdbDevices = new CommandResult(CommandStatus.SUCCESS); in testFreeDevice_recovery() local
955 stubAdbDevices.setStdout("List of devices attached\nserial\trecovery\n"); in testFreeDevice_recovery()
957 .thenReturn(stubAdbDevices); in testFreeDevice_recovery()
1015 CommandResult stubAdbDevices = new CommandResult(CommandStatus.SUCCESS); in testFreeDevice_unknown() local
1017 stubAdbDevices.setStdout("List of devices attached\n"); in testFreeDevice_unknown()
1019 .thenReturn(stubAdbDevices); in testFreeDevice_unknown()
1077 CommandResult stubAdbDevices = new CommandResult(CommandStatus.SUCCESS); in testFreeDevice_unknown_subName() local
[all …]