Home
last modified time | relevance | path

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

/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/tests/media/misc/src/android/media/misc/cts/
DResourceManagerStubActivity.java140 public void testReclaimResource(int type1, int type2, boolean highResolutionForActivity1, in testReclaimResource() argument
143 mType2 = type2; in testReclaimResource()
144 if (type1 != ResourceManagerTestActivityBase.TYPE_MIX && type1 != type2) { in testReclaimResource()
DResourceManagerTest.java58 private void doTestReclaimResource(int type1, int type2, in doTestReclaimResource() argument
65 activity.testReclaimResource(type1, type2, highResolutionForActivity1, in doTestReclaimResource()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java638 private void runSingleChannelRateIndependencyTestGroup(int type1, int type2) { in runSingleChannelRateIndependencyTestGroup() argument
639 if (type1 == type2) { in runSingleChannelRateIndependencyTestGroup()
641 + "on type " + type1 + " and " + type2); in runSingleChannelRateIndependencyTestGroup()
644 String stype2 = SensorCtsHelper.sensorTypeShortString(type2); in runSingleChannelRateIndependencyTestGroup()
656 type1, rate1, type2, rate2, in runSingleChannelRateIndependencyTestGroup()
675 for (int type2 : 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 …]
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java1813 AppSearchSchema type2 = in testAddObserver_schemaChange_contents() local
1821 mDb1.setSchemaAsync(new SetSchemaRequest.Builder().addSchemas(type1, type2).build()).get(); in testAddObserver_schemaChange_contents()
1833 mDb1.setSchemaAsync(new SetSchemaRequest.Builder().addSchemas(type1, type2).build()) in testAddObserver_schemaChange_contents()
1881 AppSearchSchema type2 = in testAddObserver_schemaChange_contents_skipBySpec() local
1888 mDb1.setSchemaAsync(new SetSchemaRequest.Builder().addSchemas(type1, type2).build()).get(); in testAddObserver_schemaChange_contents_skipBySpec()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java292 String type2 = mContentResolver.getType(TABLE2_URI); in testGetType() local
293 assertTrue(type2.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testGetType()
310 String type2 = mContentResolver.getType(RESTRICTED_TABLE1_ITEM_URI); in testGetTypeAnonymous() local
311 assertNull(type2); in testGetTypeAnonymous()
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerTest.java3029 int type2 = type1; in testMaxNumberOfFrontends() local
3032 type2 = info2.getType(); in testMaxNumberOfFrontends()
3033 if (type1 != type2) break; in testMaxNumberOfFrontends()
3036 if (type1 != type2) { in testMaxNumberOfFrontends()
3037 int originalMax2 = mTuner.getMaxNumberOfFrontends(type2); in testMaxNumberOfFrontends()
3041 mTuner.setMaxNumberOfFrontends(type2, 0)); in testMaxNumberOfFrontends()
3051 mTuner.setMaxNumberOfFrontends(type2, originalMax2)); in testMaxNumberOfFrontends()
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/
DTunerTest.java3028 int type2 = type1; in testMaxNumberOfFrontends() local
3031 type2 = info2.getType(); in testMaxNumberOfFrontends()
3032 if (type1 != type2) break; in testMaxNumberOfFrontends()
3035 if (type1 != type2) { in testMaxNumberOfFrontends()
3036 int originalMax2 = mTuner.getMaxNumberOfFrontends(type2); in testMaxNumberOfFrontends()
3040 mTuner.setMaxNumberOfFrontends(type2, 0)); in testMaxNumberOfFrontends()
3050 mTuner.setMaxNumberOfFrontends(type2, originalMax2)); in testMaxNumberOfFrontends()