Home
last modified time | relevance | path

Searched defs:resIds (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DSignatureTest.java1067 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitVerifySucceeds() local
1091 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignSucceeds() local
1122 int[] resIds = getDefaultKeyAndCertResIds(signatureAlgorithm); in assertInitSignThrowsInvalidKeyException() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java450 int[] resIds = new int[] { R.drawable.png_test, R.drawable.alpha }; in testUnpremul() local
578 int resIds[] = new int[] { R.drawable.ninepatch_0, in testPostProcessorOverridesNinepatch() local
616 int resIds[] = new int[] { R.drawable.alpha, R.drawable.google_logo_2 }; in testPostProcessorAndMadeOpaque() local
1720 int resIds[] = new int[] { R.drawable.grayscale_png, R.drawable.grayscale_jpg }; in testAlphaMask() local
1845 int resIds[] = new int[] { R.drawable.png_test, R.drawable.baseline_jpeg, local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DVectorDrawableTest.java234 private void verifyVectorDrawables(int[] resIds, int[] goldenImages, int[] stateSet) in verifyVectorDrawables()