Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DResourceManagerStubActivity.java69 public void testReclaimResource(int type1, int type2) throws InterruptedException { in testReclaimResource() argument
71 mType2 = type2; in testReclaimResource()
72 if (type1 != ResourceManagerTestActivityBase.TYPE_MIX && type1 != type2) { in testReclaimResource()
DResourceManagerTest.java35 private void doTestReclaimResource(int type1, int type2) throws Exception { in doTestReclaimResource() argument
39 activity.testReclaimResource(type1, type2); in doTestReclaimResource()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSmallStructsTest.java209 for (String type2: sTwoElementStructTypes) { in testSmallStructsOfHeterogeneousTypes()
211 String tag = type1 + "_" + type2; in testSmallStructsOfHeterogeneousTypes()
228 Object initialValueB = getInitialValue(type2); in testSmallStructsOfHeterogeneousTypes()
231 int.class, getUnwrappedClassForType(type2), boolean.class); in testSmallStructsOfHeterogeneousTypes()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java518 private void runSingleChannelRateIndependencyTestGroup(int type1, int type2) { in runSingleChannelRateIndependencyTestGroup() argument
519 if (type1 == type2) { in runSingleChannelRateIndependencyTestGroup()
521 + "on type " + type1 + " and " + type2); in runSingleChannelRateIndependencyTestGroup()
524 String stype2 = SensorCtsHelper.sensorTypeShortString(type2); in runSingleChannelRateIndependencyTestGroup()
536 type1, rate1, type2, rate2, in runSingleChannelRateIndependencyTestGroup()
555 for (int type2 : POSSIBLE_CHANNEL_TYPES) { in runMultiChannelRateIndependencyTestGroup()
557 if (rate1 > rate2 || type1 > type2) { in runMultiChannelRateIndependencyTestGroup()
562 sensorType, rate1, rate2, type1, type2);}, in runMultiChannelRateIndependencyTestGroup()
564 rate1, rate2, type1, type2)); in runMultiChannelRateIndependencyTestGroup()
640 int type1, int rateLevel1, int type2, int rateLevel2, int memType) in runSingleChannelRateIndependencyTest() argument
[all …]
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java252 String type2 = mContentResolver.getType(TABLE2_URI); in testGetType() local
253 assertTrue(type2.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testGetType()