Home
last modified time | relevance | path

Searched defs:resid (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DPrimitiveTest.java35 private void tryEnum(final int resid, final int expected) { in tryEnum()
52 private void tryFlag(final int resid, final int expected) { in tryFlag()
70 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean()
88 private void tryString(final int resid, final String expected) { in tryString()
107 private static void checkString(final int resid, final String actual, final String expected) { in checkString()
DArrayTest.java34 private void checkEntry(final int resid, final int index, final Object res, in checkEntry()
40 private void checkStringArray(final int resid, final String[] expected) { in checkStringArray()
48 private void checkTextArray(final int resid, final String[] expected) { in checkTextArray()
56 private void checkIntArray(final int resid, final int[] expected) { in checkIntArray()
DResourceNameTest.java47 int resid = res.getIdentifier( in testGetResourceIdentifier() local
DResourcesTest.java475 int resid = mResources.getIdentifier(COM_ANDROID_CTS_STUB_IDENTIFIER, null, null); in testGetIdentifier() local
580 private static void checkString(final int resid, final String actual, final String expected) { in checkString()
601 private void checkStringArray(final int resid, final String[] expected) { in checkStringArray()
609 private void checkEntry(final int resid, final int index, final Object res, in checkEntry()
615 private void checkTextArray(final int resid, final String[] expected) { in checkTextArray()
635 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean()
647 private void tryString(final int resid, final String expected) { in tryString()
DFractionTest.java76 private void tryFraction(final int resid, final float base, final float pbase, in tryFraction()
/cts/tests/tests/media/src/android/media/cts/
DMediaExtractorTest.java47 protected TestMediaDataSource getDataSourceFor(int resid) throws Exception { in getDataSourceFor()
52 protected TestMediaDataSource setDataSource(int resid) throws Exception { in setDataSource()
DMediaPlayerTest.java193 final int resid = R.raw.testmp3_3; in testPlayAudioFromDataURI() local
2055 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz; in testPlaybackFromAMediaDataSource() local
2110 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz; in testPlaybackFailsIfMediaDataSourceThrows() local
2127 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz; in testPlaybackFailsIfMediaDataSourceReturnsAnError() local
DMediaPlayerTestBase.java148 protected boolean loadResource(int resid) throws Exception { in loadResource()
172 protected boolean checkLoadResource(int resid) throws Exception { in checkLoadResource()
176 protected void loadSubtitleSource(int resid) throws Exception { in loadSubtitleSource()
211 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest()
DMediaMetadataRetrieverTest.java47 protected void setDataSourceFd(int resid) { in setDataSourceFd()
57 protected TestMediaDataSource setDataSourceCallback(int resid) { in setDataSourceCallback()
DMediaRandomTest.java164 private void loadSource(int resid) throws Exception { in loadSource()
179 private void testPlayerRandomAction(int resid) throws Exception { in testPlayerRandomAction()
DEncoderTest.java271 long startSeed, int resid, int mode) { in testEncoder()
DMediaScannerTest.java71 private void writeFile(int resid, String path) throws IOException { in writeFile()
DDecoderTest.java428 private void testTrackSelection(int resid) throws Exception { in testTrackSelection()
/cts/tests/tests/security/src/android/security/cts/
DMediaMetadataRetrieverTest.java45 protected void setDataSourceFd(int resid) { in setDataSourceFd()
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
/cts/tests/tests/widget/src/android/widget/cts/
DImageSwitcherTest.java151 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
DRemoteViewsTest.java616 private void createSampleImage(File imagefile, int resid) throws IOException { in createSampleImage()
DImageViewTest.java85 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
DTextViewTest.java5230 private Bitmap getBitmap(int resid) { in getBitmap()
5234 private Drawable getDrawable(int resid) { in getDrawable()
/cts/tests/app/app/src/android/app/stubs/
DAppStubActivity.java136 int resid, in onApplyThemeResource()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java490 private void writeFile(int resid, String path) throws IOException { in writeFile()