Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DTvInputNewComparatorTest.java29 import com.android.tv.util.TestUtils;
87 ResolveInfo resolveInfo = TestUtils.createResolveInfo("test", "test"); in testComparator()
90 TvInputInfo info1 = TestUtils.createTvInputInfo( in testComparator()
92 TvInputInfo info2 = TestUtils.createTvInputInfo( in testComparator()
94 TvInputInfo info3 = TestUtils.createTvInputInfo( in testComparator()
/packages/apps/TV/tests/unit/src/com/android/tv/util/
DTvInputManagerHelperTest.java65 ResolveInfo resolveInfo1 = TestUtils.createResolveInfo("1_test", "1_test"); in testComparator()
66 ResolveInfo resolveInfo2 = TestUtils.createResolveInfo("2_test", "2_test"); in testComparator()
68 TvInputInfo info1 = TestUtils.createTvInputInfo(resolveInfo1, inputId, null, 0, false); in testComparator()
69 TvInputInfo info2 = TestUtils.createTvInputInfo(resolveInfo2, inputId, null, 0, false); in testComparator()
DTestUtils.java30 public class TestUtils { class
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/
DIntentStoreTest.java93 if (!TestUtils.bundleEquals(pBundle, (PersistableBundle) newIntent.getExtra("a"))) { in testPersistableBundle()
94 TestUtils.failIntentsNotEqual(firstIntent, newIntent); in testPersistableBundle()
107 TestUtils.assertIntentEquals(intent, loadingIntentStore.load()); in testIntentCanBeRecovered()
DTestUtils.java31 public class TestUtils extends AndroidTestCase { class
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
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
DBaseContactsProvider2Test.java20 import static com.android.providers.contacts.TestUtils.cv;
966 TestUtils.dumpCursor(c); in assertStoredValues()
980 TestUtils.dumpCursor(c); in assertContainsValues()
999 TestUtils.dumpCursor(c); in assertStoredValuesWithProjection()
1017 TestUtils.dumpCursor(c); in assertStoredValues()
1045 TestUtils.dumpCursor(c); in assertStoredValuesOrderly()
1096 TestUtils.dumpCursor(c); in assertSelection()
1351 TestUtils.dumpCursor(cursor); in assertRowCount()
DContactsProvider2TransactionTest.java19 import static com.android.providers.contacts.TestUtils.cv;
DContactDirectoryManagerTest.java181 TestUtils.dumpCursor(cursor); in testScanAllProviders()
DVoicemailProviderTest.java109 TestUtils.dumpCursor(c); in testInsertReadMessageIsNotNew()
DContactsProvider2Test.java19 import static com.android.providers.contacts.TestUtils.cv;
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/parser/
DMessageParserTest.java58 import com.android.managedprovisioning.TestUtils;
120 TestUtils.assertIntentEquals(new Intent(ACTION_RESUME_PROVISIONING) in testParseAndRecoverIntent()
DPropertiesProvisioningDataParserTest.java43 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
DExtrasProvisioningDataParserTest.java47 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
/packages/apps/Email/tests/src/com/android/email/
DTestUtils.java37 public class TestUtils extends TestCase /* It tests itself */ { class
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/model/
DProvisioningParamsTest.java18 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java41 import com.android.providers.contacts.TestUtils;
1775 TestUtils.dumpCursor(cursor); in assertSuggestions()
DContactAggregator2Test.java41 import com.android.providers.contacts.TestUtils;
1898 TestUtils.dumpCursor(cursor); in assertSuggestions()