HomeSort by relevance Sort by last modified time
    Searched defs:TestUtils (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0/
testutils-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha4/
testutils-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha7/
testutils-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta1/
testutils-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta2/
testutils-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta3/
testutils-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-rc1/
testutils-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-rc2/
testutils-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.1/
testutils-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.3/
testutils-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.4/
testutils-25.2.4.jar 
  /cts/tests/tests/keystore/src/android/keystore/cts/
CipherTest.java 61 private static final String EXPECTED_PROVIDER_NAME = TestUtils.EXPECTED_CRYPTO_OP_PROVIDER_NAME;
214 private static final long DAY_IN_MILLIS = TestUtils.DAY_IN_MILLIS;
238 Arrays.asList(TestUtils.toLowerCase(EXPECTED_ALGORITHMS)));
246 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase,
338 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8;
339 expectedPlaintext = TestUtils.leftPadWithZeroBytes(
383 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8;
384 expectedPlaintext = TestUtils.leftPadWithZeroBytes(
472 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8;
473 expectedPlaintext = TestUtils.leftPadWithZeroBytes
    [all...]
AndroidKeyStoreTest.java     [all...]
TestUtils.java 66 abstract class TestUtils extends Assert {
74 private TestUtils() {}
432 Certificate originalCert = TestUtils.getRawResX509Certificate(context, certResId);
434 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId);
446 KeyPair keystoreBacked = TestUtils.importIntoAndroidKeyStore(
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-alpha1/
testutils-25.3.0-alpha1.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 72 import android.widget.cts.util.TestUtils;
    [all...]
ListViewTest.java 71 import android.widget.cts.util.TestUtils;
    [all...]
RemoteViewsTest.java 75 import android.widget.cts.util.TestUtils;
634 TestUtils.verifyCompoundDrawables(textView, -1, -1, -1, -1);
639 TestUtils.verifyCompoundDrawables(textView, R.drawable.start, R.drawable.failed,
645 TestUtils.verifyCompoundDrawables(textView, -1, R.drawable.icon_red, R.drawable.icon_black,
659 TestUtils.verifyCompoundDrawables(textViewLtr, -1, -1, -1, -1);
660 TestUtils.verifyCompoundDrawables(textViewRtl, -1, -1, -1, -1);
667 TestUtils.verifyCompoundDrawables(textViewLtr, R.drawable.start, R.drawable.failed,
669 TestUtils.verifyCompoundDrawables(textViewRtl, R.drawable.failed, R.drawable.start,
677 TestUtils.verifyCompoundDrawables(textViewLtr, -1, R.drawable.icon_red,
679 TestUtils.verifyCompoundDrawables(textViewRtl, R.drawable.icon_red, -1
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 18 import static android.telecom.cts.TestUtils.PACKAGE;
19 import static android.telecom.cts.TestUtils.TAG;
20 import static android.telecom.cts.TestUtils.WAIT_FOR_STATE_CHANGE_TIMEOUT_MS;
63 TestUtils.InvokeCounter mOnBringToForegroundCounter;
64 TestUtils.InvokeCounter mOnCallAudioStateChangedCounter;
65 TestUtils.InvokeCounter mOnPostDialWaitCounter;
66 TestUtils.InvokeCounter mOnCannedTextResponsesLoadedCounter;
67 TestUtils.InvokeCounter mOnSilenceRingerCounter;
68 TestUtils.InvokeCounter mOnConnectionEventCounter;
69 TestUtils.InvokeCounter mOnExtrasChangedCounter
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 20 import static com.android.providers.contacts.TestUtils.cv;
21 import static com.android.providers.contacts.TestUtils.dumpCursor;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0/
testutils-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta1/
testutils-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta2/
testutils-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta3/
testutils-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta4/
testutils-25.3.0-beta4.jar 

Completed in 295 milliseconds

1 2 3 45 6