Home
last modified time | relevance | path

Searched defs:resid (Results 1 – 19 of 19) 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.java394 int resid = mResources.getIdentifier(COM_ANDROID_CTS_STUB_IDENTIFIER, null, null); in testGetIdentifier() local
499 private static void checkString(final int resid, final String actual, final String expected) { in checkString()
520 private void checkStringArray(final int resid, final String[] expected) { in checkStringArray()
528 private void checkEntry(final int resid, final int index, final Object res, in checkEntry()
534 private void checkTextArray(final int resid, final String[] expected) { in checkTextArray()
554 private void tryBoolean(final int resid, final boolean expected) { in tryBoolean()
566 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()
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.java50 protected void setDataSourceFd(int resid) { in setDataSourceFd()
60 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()
DMediaPlayerTest.java186 final int resid = R.raw.testmp3_3; in testPlayAudioFromDataURI() local
DMediaScannerTest.java71 private void writeFile(int resid, String path) throws IOException { in writeFile()
DDecoderTest.java269 private void testTrackSelection(int resid) throws Exception { in testTrackSelection()
1118 private void testCodecEarlyEOS(int resid, int eosFrame) throws Exception { in testCodecEarlyEOS()
/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.java76 private void createSampleImage(File imagefile, int resid) { in createSampleImage()
DTextViewTest.java4641 private Bitmap getBitmap(int resid) { in getBitmap()
4645 private Drawable getDrawable(int resid) { in getDrawable()
/cts/tests/app/src/android/app/cts/
DAppStubActivity.java138 int resid, in onApplyThemeResource()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java500 private void writeFile(int resid, String path) throws IOException { in writeFile()