Home | History | Annotate | Download | only in calllogbackup

Lines Matching defs:Matchers

32 import org.mockito.Matchers;
177 verify(mBackupDataOutput).writeEntityHeader(eq("101"), Matchers.anyInt());
178 verify(mBackupDataOutput).writeEntityData((byte[]) Matchers.any(), Matchers.anyInt());
192 inOrder.verify(mBackupDataOutput).writeEntityHeader(eq("101"), Matchers.anyInt());
194 writeEntityData((byte[]) Matchers.any(), Matchers.anyInt());
195 inOrder.verify(mBackupDataOutput).writeEntityHeader(eq("102"), Matchers.anyInt());
197 writeEntityData((byte[]) Matchers.any(), Matchers.anyInt());
214 inOrder.verify(mBackupDataOutput).writeEntityHeader(eq("102"), Matchers.anyInt());
216 writeEntityData((byte[]) Matchers.any(), Matchers.anyInt());