Searched refs:TestUtils (Results 1 - 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DEvenMoreAsserts.java92 String expectedFile = TestUtils.dumpToCacheDir(context, "expected", ".jpg", expected);
93 String actualFile = TestUtils.dumpToCacheDir(context, "actual", ".jpg", actual);
H A DTestUtils.java30 public class TestUtils { class
31 private TestUtils() { method in class:TestUtils
H A DContactsProvider2TransactionTest.java19 import static com.android.providers.contacts.TestUtils.cv;
H A DBaseContactsProvider2Test.java20 import static com.android.providers.contacts.TestUtils.cv;
897 TestUtils.dumpCursor(c);
911 TestUtils.dumpCursor(c);
930 TestUtils.dumpCursor(c);
948 TestUtils.dumpCursor(c);
976 TestUtils.dumpCursor(c);
1027 TestUtils.dumpCursor(c);
1268 TestUtils.dumpCursor(cursor);
H A DContactsProvider2Test.java19 import static com.android.providers.contacts.TestUtils.cv;
/packages/apps/Email/tests/src/com/android/email/
H A DTestUtils.java37 public class TestUtils extends TestCase /* It tests itself */ { class in inherits:TestCase
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java40 import com.android.providers.contacts.TestUtils;
1516 TestUtils.dumpCursor(cursor);

Completed in 120 milliseconds