Home
last modified time | relevance | path

Searched refs:typeClass (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DKeyframeTest.java89 Class typeClass = keyFrame.getType(); in testGetType() local
90 String typeName = typeClass.getName(); in testGetType()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java398 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() argument
402 mTypeClass = typeClass; in ComponentTestHelper()