Searched refs:stubAdbDevices (Results 1 – 1 of 1) sorted by relevance
896 CommandResult stubAdbDevices = new CommandResult(CommandStatus.SUCCESS); in testFreeDevice_unavailable() local897 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() local955 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() local1017 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 …]