Home | History | Annotate | Download | only in device

Lines Matching refs:cor

77         final CollectingOutputReceiver cor = new CollectingOutputReceiver();
82 cor.addOutput(response.getBytes(), 0, response.length());
83 return cor;
90 mMockDevice.executeShellCommand(EasyMock.eq(expectedCmd), EasyMock.eq(cor),
103 final CollectingOutputReceiver cor = new CollectingOutputReceiver();
108 cor.addOutput(response.getBytes(), 0, response.length());
109 return cor;
116 mMockDevice.executeShellCommand(EasyMock.eq(expectedCmd), EasyMock.eq(cor),
129 final CollectingOutputReceiver cor = new CollectingOutputReceiver();
134 cor.addOutput(response.getBytes(), 0, response.length());
135 return cor;
149 mMockDevice.executeShellCommand(EasyMock.eq(expectedCmd), EasyMock.eq(cor),