Home
last modified time | relevance | path

Searched defs:resId (Results 1 – 25 of 42) sorted by relevance

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DIGnssTestStateContainer.java37 String getString(int resId); in getString()
44 String getString(int resId, Object... params); in getString()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DISensorTestStateContainer.java42 String getString(int resId); in getString()
49 String getString(int resId, Object ... params); in getString()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy()
70 public void copyToExternalStorage(int resId, File path) throws IOException { in copyToExternalStorage()
/cts/libs/deviceutil/src/android/cts/util/
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy()
70 public void copyToExternalStorage(int resId, File path) throws IOException { in copyToExternalStorage()
DWidgetTestUtils.java118 public static Bitmap getUnscaledBitmap(Resources resources, int resId) { in getUnscaledBitmap()
131 int resId, Bitmap.Config config) { in getUnscaledAndDitheredBitmap()
/cts/tests/tests/security/src/android/security/cts/
DSkiaICORecursiveDecodingTest.java40 public void doSkiaIcoRecursiveDecodingTest(int resId) { in doSkiaIcoRecursiveDecodingTest()
DPackageSignatureTest.java130 private Signature getSignature(int resId) throws NotFoundException, IOException { in getSignature()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityActivityTestCase.java78 public String getString(int resId) { in getString()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyFactoryTest.java336 int resId; in testGeneratePrivateRejectsPKCS8EncodedKeySpec() local
364 int resId; in testGeneratePublicRejectsX509EncodedKeySpec() local
392 int resId; in testGeneratePrivateRejectsTransparentKeySpec() local
421 int resId; in testGeneratePublicRejectsTransparentKeySpec() local
/cts/tests/tests/view/src/android/view/cts/
DMenuInflaterTest.java225 public void assertIconUsingDrawableRes(BitmapDrawable b, int resId) { in assertIconUsingDrawableRes()
DActionModeTest.java156 public void setTitle(int resId) {} in setTitle()
162 public void setSubtitle(int resId) {} in setSubtitle()
/cts/tests/tests/widget/src/android/widget/cts/
DRadioGroup_LayoutParamsTest.java156 private AttributeSet getAttributeSet(int resId) { in getAttributeSet()
/cts/tests/tests/media/src/android/media/cts/
DFaceView.java46 public FaceView(Context context, int resId) { in FaceView()
DDecoderConformanceTest.java89 int resId = mResources.getIdentifier(fileName, "raw", mContext.getPackageName()); in readResourceLines() local
137 int resId = mResources.getIdentifier(vectorName, "raw", mContext.getPackageName()); in decodeTestVector() local
DMediaMetadataRetrieverTest.java156 private void testThumbnail(int resId) { in testThumbnail()
/cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/src/android/security/net/config/cts/
DResourceSourceTest.java71 private Set<X509Certificate> loadCertificates(int resId) throws Exception { in loadCertificates()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java80 private void saveVectorDrawableIntoPNG(Bitmap bitmap, int resId) throws IOException { in saveVectorDrawableIntoPNG()
143 int resId = R.drawable.avd_single_frame; in testSingleFrameAnimation() local
DLevelListDrawableTest.java185 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException, in getResourceParser()
DDrawableTestUtils.java97 public static XmlResourceParser getResourceParser(Resources res, int resId) in getResourceParser()
DAnimationDrawableTest.java381 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException, in getResourceParser()
DStateListDrawableTest.java322 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException, in getResourceParser()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java58 private static void checkValue(final Resources res, final int resId, in checkValue()
74 private static void checkValue(final Resources res, final int resId, in checkValue()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java112 public void setSoundWithResId(Context context, int resId) { in setSoundWithResId()
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
DConnectivityManagerLegacyTest.java70 …int resId = getContext().getResources().getIdentifier("config_protectedNetworks", "array", "androi… in setUp() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java430 private InputStream obtainInputStream(int resId) { in obtainInputStream()
434 private byte[] obtainByteArray(int resId) throws IOException { in obtainByteArray()

12