Home | History | Annotate | Download | only in profiler

Lines Matching full:andreturn

81         EasyMock.expect(mTestDevice1.getSerialNumber()).andReturn("-1").anyTimes();
82 EasyMock.expect(mTestDevice2.getSerialNumber()).andReturn("-2").anyTimes();
83 EasyMock.expect(mRecorder1.getName()).andReturn("1").anyTimes();
84 EasyMock.expect(mRecorder2.getName()).andReturn("2").anyTimes();
85 EasyMock.expect(mContext.getDevices()).andReturn(new ArrayList<>()).anyTimes();
86 EasyMock.expect(mContext.getTestTag()).andReturn("AggregatingProfilerTest").anyTimes();
114 .andReturn(metric1)
117 .andReturn(metric2)
120 .andReturn(sum())
123 .andReturn(sum())
139 .andReturn(metric1)
142 .andReturn(metric2)
145 .andReturn(sum())
148 .andReturn(sum())