| /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...] |
| TextViewTest.java | 152 import android.widget.cts.util.TestUtils; [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 | |
| /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.1/ |
| testutils-25.3.1.jar | |
| /libcore/luni/src/test/java/tests/security/cert/ |
| X509CertSelectorTest.java | 59 import org.apache.harmony.security.tests.support.cert.TestUtils; 293 TestUtils.getX509Certificate_v3())); 297 TestUtils.getX509Certificate_v1())); [all...] |
| /prebuilts/tools/common/m2/repository/com/google/api-client/google-api-client/1.22.0/ |
| google-api-client-1.22.0.jar | |
| /prebuilts/tools/common/google-api-java-client/1.20.0/ |
| google-api-java-client-min-repackaged-1.20.0.jar | |