Home
last modified time | relevance | path

Searched defs:companion (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/inspector/cts/
DStaticInspectionCompanionProviderTest.java54 InspectionCompanion<View> companion = mProvider.provide(View.class); in testViewWorks() local
61 InspectionCompanion<RelativeLayout.LayoutParams> companion = in testRelativeLayoutWorks() local
86 InspectionCompanion<NestedClassTest> companion = mProvider.provide(NestedClassTest.class); in testNestedClassLoading() local
98 InspectionCompanion<NonImplementingNestedClassTest> companion = in testNonImplementingNestedClass() local
108 InspectionCompanion<NoCompanionTest> companion = mProvider.provide(NoCompanionTest.class); in testNoCompanion() local
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DPlatformInspectableProcessorTest.java446 InspectionCompanion<IntEnumTest> companion = loadCompanion(IntEnumTest.class); in testIntEnum() local
482 InspectionCompanion<IntFlagTest> companion = loadCompanion(IntFlagTest.class); in testIntFlag() local
791 InspectionCompanion<T> companion = loadCompanion((Class<T>) node.getClass()); in mapAndRead() local
802 final Class<InspectionCompanion<T>> companion = in loadCompanion() local