Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DResourceManagerTest.java36 private void doTestReclaimResource(int type1, int type2) throws Exception { in doTestReclaimResource()
DResourceManagerStubActivity.java69 public void testReclaimResource(int type1, int type2) throws InterruptedException { in testReclaimResource()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java182 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch() local
195 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs() local
238 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs() local
275 String type1 = mContentResolver.getType(TABLE1_URI); in testGetType() local
297 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableGetType() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java638 private void runSingleChannelRateIndependencyTestGroup(int type1, int type2) { in runSingleChannelRateIndependencyTestGroup()
811 int type1, int rateLevel1, int type2, int rateLevel2, int memType) in runSingleChannelRateIndependencyTest()