Searched refs:type1 (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | ResourceManagerStubActivity.java | 69 public void testReclaimResource(int type1, int type2) throws InterruptedException { in testReclaimResource() argument 70 mType1 = type1; in testReclaimResource() 72 if (type1 != ResourceManagerTestActivityBase.TYPE_MIX && type1 != type2) { in testReclaimResource()
|
D | ResourceManagerTest.java | 36 private void doTestReclaimResource(int type1, int type2) throws Exception { in doTestReclaimResource() argument 40 activity.testReclaimResource(type1, type2); in doTestReclaimResource()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | SmallStructsTest.java | 208 for (String type1: sTwoElementStructTypes) { in testSmallStructsOfHeterogeneousTypes() 211 String tag = type1 + "_" + type2; in testSmallStructsOfHeterogeneousTypes() 222 Object initialValueA = getInitialValue(type1); in testSmallStructsOfHeterogeneousTypes() 225 int.class, getUnwrappedClassForType(type1), boolean.class); in testSmallStructsOfHeterogeneousTypes()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverTest.java | 182 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch() local 184 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testCrashOnLaunch() 195 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() local 196 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testUnstableToStableRefs() 202 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() 203 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testUnstableToStableRefs() 208 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() 209 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testUnstableToStableRefs() 238 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs() local 239 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testStableToUnstableRefs() [all …]
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | Resources_ThemeTest.java | 179 assertTrue(theme.resolveAttribute(R.attr.type1, tv, false)); in testEmptyDoesNotGetOverriden() 185 assertTrue(theme.resolveAttribute(R.attr.type1, tv, false)); in testEmptyDoesNotGetOverriden() 191 assertTrue(theme.resolveAttribute(R.attr.type1, tv, false)); in testEmptyDoesNotGetOverriden()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 638 private void runSingleChannelRateIndependencyTestGroup(int type1, int type2) { in runSingleChannelRateIndependencyTestGroup() argument 639 if (type1 == type2) { in runSingleChannelRateIndependencyTestGroup() 641 + "on type " + type1 + " and " + type2); in runSingleChannelRateIndependencyTestGroup() 643 String stype1 = SensorCtsHelper.sensorTypeShortString(type1); in runSingleChannelRateIndependencyTestGroup() 656 type1, rate1, type2, rate2, in runSingleChannelRateIndependencyTestGroup() 674 for (int type1 : POSSIBLE_CHANNEL_TYPES) { in runMultiChannelRateIndependencyTestGroup() 677 if (rate1 > rate2 || type1 > type2) { in runMultiChannelRateIndependencyTestGroup() 682 sensorType, rate1, rate2, type1, type2);}, in runMultiChannelRateIndependencyTestGroup() 684 rate1, rate2, type1, type2)); in runMultiChannelRateIndependencyTestGroup() 811 int type1, int rateLevel1, int type2, int rateLevel2, int memType) in runSingleChannelRateIndependencyTest() argument [all …]
|