Home
last modified time | relevance | path

Searched defs:type2 (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/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()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java278 String type2 = mContentResolver.getType(TABLE2_URI); in testGetType() local