/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/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerStubActivity.java | 140 public void testReclaimResource(int type1, int type2, boolean highResolutionForActivity1, in testReclaimResource() argument 142 mType1 = type1; in testReclaimResource() 144 if (type1 != ResourceManagerTestActivityBase.TYPE_MIX && type1 != type2) { in testReclaimResource()
|
D | ResourceManagerTest.java | 58 private void doTestReclaimResource(int type1, int type2, in doTestReclaimResource() argument 65 activity.testReclaimResource(type1, type2, highResolutionForActivity1, in doTestReclaimResource()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverTest.java | 196 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch() local 198 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testCrashOnLaunch() 209 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() local 210 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testUnstableToStableRefs() 216 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() 217 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testUnstableToStableRefs() 222 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() 223 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0)); in testUnstableToStableRefs() 252 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs() local 253 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 | 204 assertTrue(theme.resolveAttribute(R.attr.type1, tv, false)); in testEmptyDoesNotGetOverriden() 210 assertTrue(theme.resolveAttribute(R.attr.type1, tv, false)); in testEmptyDoesNotGetOverriden() 216 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 …]
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | GlobalSearchSessionCtsTestBase.java | 1812 AppSearchSchema type1 = new AppSearchSchema.Builder("Type1").build(); 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() 1847 new SetSchemaRequest.Builder().addSchemas(type1, type2Optional).build()) in testAddObserver_schemaChange_contents() 1874 AppSearchSchema type1 = 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/tv/src/android/media/tv/tuner/cts/ |
D | TunerTest.java | 2993 int type1 = info1.getType(); in testMaxNumberOfFrontends() local 2997 int originalMax1 = mTuner.getMaxNumberOfFrontends(type1); in testMaxNumberOfFrontends() 3005 mTuner.setMaxNumberOfFrontends(type1, 0)); in testMaxNumberOfFrontends() 3010 mTuner.setMaxNumberOfFrontends(type1, 0)); in testMaxNumberOfFrontends() 3015 mTuner.setMaxNumberOfFrontends(type1, originalMax1)); in testMaxNumberOfFrontends() 3023 mTuner.setMaxNumberOfFrontends(type1, originalMax1)); in testMaxNumberOfFrontends() 3029 int type2 = type1; in testMaxNumberOfFrontends() 3033 if (type1 != type2) break; in testMaxNumberOfFrontends() 3036 if (type1 != type2) { in testMaxNumberOfFrontends()
|
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/ |
D | TunerTest.java | 2992 int type1 = info1.getType(); in testMaxNumberOfFrontends() local 2996 int originalMax1 = mTuner.getMaxNumberOfFrontends(type1); in testMaxNumberOfFrontends() 3004 mTuner.setMaxNumberOfFrontends(type1, 0)); in testMaxNumberOfFrontends() 3009 mTuner.setMaxNumberOfFrontends(type1, 0)); in testMaxNumberOfFrontends() 3014 mTuner.setMaxNumberOfFrontends(type1, originalMax1)); in testMaxNumberOfFrontends() 3022 mTuner.setMaxNumberOfFrontends(type1, originalMax1)); in testMaxNumberOfFrontends() 3028 int type2 = type1; in testMaxNumberOfFrontends() 3032 if (type1 != type2) break; in testMaxNumberOfFrontends() 3035 if (type1 != type2) { in testMaxNumberOfFrontends()
|