Home | History | Annotate | Download | only in metric

Lines Matching defs:thenReturn

71                 .thenReturn(new String("proc,native,camera,21348,800,N/A,e\n"));
74 .thenReturn(new String("proc,native,maps,21349,900,N/A,e\n"));
77 .thenReturn(new String());
93 .thenReturn(mapsDumpheap1)
94 .thenReturn(mapsDumpheap2);
110 .thenReturn(tempFile1)
111 .thenReturn(tempFile2);
150 when(mDevice.pullFile(anyString())).thenReturn(tempFile1).thenReturn(tempFile2);
176 .thenReturn("");