/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | TvInputNewComparatorTest.java | 29 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/ |
D | TvInputManagerHelperTest.java | 65 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()
|
D | TestUtils.java | 30 public class TestUtils { class
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/ |
D | IntentStoreTest.java | 93 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()
|
D | TestUtils.java | 31 public class TestUtils extends AndroidTestCase { class
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | EvenMoreAsserts.java | 92 String expectedFile = TestUtils.dumpToCacheDir(context, "expected", ".jpg", expected); in assertImageRawData() 93 String actualFile = TestUtils.dumpToCacheDir(context, "actual", ".jpg", actual); in assertImageRawData()
|
D | TestUtils.java | 30 public class TestUtils { class 31 private TestUtils() { in TestUtils() method in TestUtils
|
D | BaseContactsProvider2Test.java | 20 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()
|
D | ContactsProvider2TransactionTest.java | 19 import static com.android.providers.contacts.TestUtils.cv;
|
D | ContactDirectoryManagerTest.java | 181 TestUtils.dumpCursor(cursor); in testScanAllProviders()
|
D | VoicemailProviderTest.java | 109 TestUtils.dumpCursor(c); in testInsertReadMessageIsNotNew()
|
D | ContactsProvider2Test.java | 19 import static com.android.providers.contacts.TestUtils.cv;
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/parser/ |
D | MessageParserTest.java | 58 import com.android.managedprovisioning.TestUtils; 120 TestUtils.assertIntentEquals(new Intent(ACTION_RESUME_PROVISIONING) in testParseAndRecoverIntent()
|
D | PropertiesProvisioningDataParserTest.java | 43 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
|
D | ExtrasProvisioningDataParserTest.java | 47 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
|
/packages/apps/Email/tests/src/com/android/email/ |
D | TestUtils.java | 37 public class TestUtils extends TestCase /* It tests itself */ { class
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/model/ |
D | ProvisioningParamsTest.java | 18 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 41 import com.android.providers.contacts.TestUtils; 1775 TestUtils.dumpCursor(cursor); in assertSuggestions()
|
D | ContactAggregator2Test.java | 41 import com.android.providers.contacts.TestUtils; 1898 TestUtils.dumpCursor(cursor); in assertSuggestions()
|