/cts/tests/tests/content/src/android/content/res/cts/ |
D | PrimitiveTest.java | 35 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()
|
D | ArrayTest.java | 34 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()
|
D | ResourceNameTest.java | 47 int resid = res.getIdentifier( in testGetResourceIdentifier() local
|
D | ResourcesTest.java | 475 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()
|
D | FractionTest.java | 76 private void tryFraction(final int resid, final float base, final float pbase, in tryFraction()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaExtractorTest.java | 47 protected TestMediaDataSource getDataSourceFor(int resid) throws Exception { in getDataSourceFor() 52 protected TestMediaDataSource setDataSource(int resid) throws Exception { in setDataSource()
|
D | MediaPlayerTest.java | 193 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
|
D | MediaPlayerTestBase.java | 148 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()
|
D | MediaMetadataRetrieverTest.java | 47 protected void setDataSourceFd(int resid) { in setDataSourceFd() 57 protected TestMediaDataSource setDataSourceCallback(int resid) { in setDataSourceCallback()
|
D | MediaRandomTest.java | 164 private void loadSource(int resid) throws Exception { in loadSource() 179 private void testPlayerRandomAction(int resid) throws Exception { in testPlayerRandomAction()
|
D | EncoderTest.java | 271 long startSeed, int resid, int mode) { in testEncoder()
|
D | MediaScannerTest.java | 71 private void writeFile(int resid, String path) throws IOException { in writeFile()
|
D | DecoderTest.java | 428 private void testTrackSelection(int resid) throws Exception { in testTrackSelection()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | MediaMetadataRetrieverTest.java | 45 protected void setDataSourceFd(int resid) { in setDataSourceFd()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ContextThemeWrapperTest.java | 39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ImageSwitcherTest.java | 151 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
|
D | RemoteViewsTest.java | 616 private void createSampleImage(File imagefile, int resid) throws IOException { in createSampleImage()
|
D | ImageViewTest.java | 85 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
|
D | TextViewTest.java | 5230 private Bitmap getBitmap(int resid) { in getBitmap() 5234 private Drawable getDrawable(int resid) { in getDrawable()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | AppStubActivity.java | 136 int resid, in onApplyThemeResource()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_FilesTest.java | 490 private void writeFile(int resid, String path) throws IOException { in writeFile()
|