Searched refs:companion (Results 1 – 3 of 3) sorted by relevance
54 InspectionCompanion<View> companion = mProvider.provide(View.class); in testViewWorks() local55 assertNotNull(companion); in testViewWorks()56 assertEquals("android.view.View$InspectionCompanion", companion.getClass().getName()); in testViewWorks()61 InspectionCompanion<RelativeLayout.LayoutParams> companion = in testRelativeLayoutWorks() local63 assertNotNull(companion); in testRelativeLayoutWorks()66 companion.getClass().getName()); in testRelativeLayoutWorks()86 InspectionCompanion<NestedClassTest> companion = mProvider.provide(NestedClassTest.class); in testNestedClassLoading() local87 assertNotNull(companion); in testNestedClassLoading()88 assertTrue(companion instanceof NestedClassTest.InspectionCompanion); in testNestedClassLoading()98 InspectionCompanion<NonImplementingNestedClassTest> companion = in testNonImplementingNestedClass() local[all …]
446 InspectionCompanion<IntEnumTest> companion = loadCompanion(IntEnumTest.class); in testIntEnum() local447 companion.mapProperties(mPropertyMapper); in testIntEnum()450 companion.readProperties(node, mPropertyReader); in testIntEnum()454 companion.readProperties(node, mPropertyReader); in testIntEnum()458 companion.readProperties(node, mPropertyReader); in testIntEnum()482 InspectionCompanion<IntFlagTest> companion = loadCompanion(IntFlagTest.class); in testIntFlag() local483 companion.mapProperties(mPropertyMapper); in testIntFlag()486 companion.readProperties(node, mPropertyReader); in testIntFlag()490 companion.readProperties(node, mPropertyReader); in testIntFlag()494 companion.readProperties(node, mPropertyReader); in testIntFlag()[all …]
17 package com.android.cts.verifier.companion;20 import android.companion.AssociationRequest;21 import android.companion.BluetoothDeviceFilter;22 import android.companion.CompanionDeviceManager;