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

/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageFileViewTest.java20 import com.android.email.TestUtils;
81 TestUtils.waitUntil(new TestUtils.Condition() {
H A DMailboxFinderTest.java27 import com.android.email.TestUtils;
140 TestUtils.waitUntil("", new TestUtils.Condition() {
H A DMessageComposeTests.java35 import com.android.email.TestUtils;
609 TestUtils.assertViewVisible(mCcView);
646 TestUtils.assertViewVisible(mCcView);
684 TestUtils.assertViewVisible(mCcView);
833 TestUtils.assertViewVisible(mToView);
841 TestUtils.assertViewVisible(mCcView);
849 TestUtils.assertViewVisible(mBccView);
/packages/apps/Email/tests/src/com/android/email/
H A DSingleRunningTaskTest.java19 import com.android.email.TestUtils.Condition;
107 TestUtils.waitUntil(new Condition() {
125 TestUtils.waitUntil(new Condition() {
H A DUtilityLargeTest.java79 TestUtils.waitUntil(new TestUtils.Condition() {
H A DTestUtils.java37 public class TestUtils extends TestCase /* It tests itself */ { class in inherits:TestCase
H A DRefreshManagerTest.java399 TestUtils.waitUntil(new TestUtils.Condition() {
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
H A DUtilityUnitTests.java21 import com.android.email.TestUtils;
65 return TestUtils.b(array);

Completed in 68 milliseconds