Home
last modified time | relevance | path

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

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