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
DFractionTest.java76 private void tryFraction(final int resid, final float base, final float pbase, in tryFraction()
DResourcesTest.java530 int resid = mResources.getIdentifier(COM_ANDROID_CTS_STUB_IDENTIFIER, null, null); in testGetIdentifier() local
644 private static void checkString(final int resid, final String actual, final String expected) { in checkString()
665 private void checkStringArray(final int resid, final String[] expected) { in checkStringArray()
673 private void checkEntry(final int resid, final int index, final Object res, in checkEntry()
679 private void checkTextArray(final int resid, final String[] expected) { in checkTextArray()
699 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean()
711 private void tryString(final int resid, final String expected) { in tryString()
/cts/tests/tests/media/src/android/media/cts/
DMediaExtractorTest.java48 protected TestMediaDataSource getDataSourceFor(int resid) throws Exception { in getDataSourceFor()
53 protected TestMediaDataSource setDataSource(int resid) throws Exception { in setDataSource()
DMediaMetadataRetrieverTest.java62 protected void setDataSourceFd(int resid) { in setDataSourceFd()
72 protected TestMediaDataSource setDataSourceCallback(int resid) { in setDataSourceCallback()
84 protected TestMediaDataSource getFaultyDataSource(int resid, boolean throwing) { in getFaultyDataSource()
DMediaPlayerTestBase.java155 protected boolean loadResource(int resid) throws Exception { in loadResource()
179 protected boolean checkLoadResource(int resid) throws Exception { in checkLoadResource()
183 protected void loadSubtitleSource(int resid) throws Exception { in loadSubtitleSource()
222 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest()
DMediaPlayerTest.java195 final int resid = R.raw.testmp3_3; in testPlayAudioFromDataURI() local
343 final int resid = R.raw.testmp3; in testPlayAudioLooping() local
380 final int resid = R.raw.midi8sec; in testPlayMidi() local
2167 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz; in testPlaybackFromAMediaDataSource() local
2222 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz; in testPlaybackFailsIfMediaDataSourceThrows() local
2239 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz; in testPlaybackFailsIfMediaDataSourceReturnsAnError() local
DMediaRandomTest.java164 private void loadSource(int resid) throws Exception { in loadSource()
179 private void testPlayerRandomAction(int resid) throws Exception { in testPlayerRandomAction()
DEncoderTest.java272 long startSeed, int resid, int mode) { in testEncoder()
DMediaScannerTest.java76 private void writeFile(int resid, String path) throws IOException { in writeFile()
DDecoderTest.java502 private void testTrackSelection(int resid) throws Exception { in testTrackSelection()
/cts/tests/tests/security/src/android/security/cts/
DMediaMetadataRetrieverTest.java47 protected void setDataSourceFd(int resid) { in setDataSourceFd()
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java52 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
/cts/tests/tests/widget/src/android/widget/cts/
DImageSwitcherTest.java181 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
DImageViewTest.java105 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
DRemoteViewsTest.java923 private void createSampleImage(File imagefile, int resid) throws IOException { in createSampleImage()
/cts/tests/app/app/src/android/app/stubs/
DAppStubActivity.java136 int resid, in onApplyThemeResource()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java255 final int resid = resources.getIdentifier(resourceName, null, null); in assertResourcesDoNotExist() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java522 private void writeFile(int resid, String path) throws IOException { in writeFile()