Searched refs:TestUtil (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DTestUtil.java27 public class TestUtil { class
31 public TestUtil() { method in class:TestUtil
H A DVideoCapture.java20 import com.android.camera.stress.TestUtil;
51 private TestUtil testUtil = new TestUtil();
H A DImageCapture.java46 private TestUtil testUtil = new TestUtil();
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DTestUtil.java27 public class TestUtil { class
31 public TestUtil() { method in class:TestUtil
H A DVideoCapture.java20 import com.android.camera.stress.TestUtil;
51 private TestUtil testUtil = new TestUtil();
H A DImageCapture.java46 private TestUtil testUtil = new TestUtil();
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DTestUtil.java27 public class TestUtil { class
31 public TestUtil() { method in class:TestUtil
H A DVideoCapture.java21 import com.android.camera.stress.TestUtil;
53 private TestUtil testUtil = new TestUtil();
H A DImageCapture.java48 private TestUtil testUtil = new TestUtil();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DTestUtil.java27 public class TestUtil { class
28 private static String TAG = TestUtil.class.getSimpleName();
H A DRawContactUtil.java93 final Uri uri = TestUtil.maybeAddAccountQueryParameters(ContactsContract.RawContacts.CONTENT_URI, account);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java86 import com.android.providers.contacts.testutil.TestUtil;
992 Uri uri1 = TestUtil.maybeAddAccountQueryParameters(dataUri1, account1);
993 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(dataUri2, account2);
1196 "Tamale", TestUtil.ACCOUNT_1);
1200 "Guacamole", TestUtil.ACCOUNT_2);
1711 TestUtil.ACCOUNT_1);
1716 TestUtil.ACCOUNT_2);
1781 long rawContactId1 = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_1);
1783 long rawContactId2 = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_2);
1791 .appendQueryParameter(ContactsContract.PRIMARY_ACCOUNT_NAME, TestUtil
[all...]
H A DBaseContactsProvider2Test.java63 import com.android.providers.contacts.testutil.TestUtil;
199 final Uri uri = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account);
439 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath(
447 TestUtil.maybeAddAccountQueryParameters(Uri.withAppendedPath(

Completed in 966 milliseconds