Searched refs:TEST_COMPONENT_NAME_2 (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
H A D | UtilsTest.java | 69 private static final ComponentName TEST_COMPONENT_NAME_2 = field in UtilsTest 263 assertEquals(TEST_COMPONENT_NAME_2, in testFindDeviceAdmin_ComponentName() 264 mUtils.findDeviceAdmin(null, TEST_COMPONENT_NAME_2, mockContext, TEST_USER_ID)); in testFindDeviceAdmin_ComponentName() 301 null, TEST_COMPONENT_NAME_2, mockContext, TEST_USER_ID); in testFindDeviceAdmin_AnotherComponentName() 359 TEST_PACKAGE_NAME_1, TEST_COMPONENT_NAME_2, packageInfo)); in testFindDeviceAdminInPackageInfo_InvalidComponentName()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | ControlsBindingControllerImplTest.kt | 59 private val TEST_COMPONENT_NAME_2 = ComponentName("TEST_PKG", "TEST_CLS_2") regex 293 controller.bindService(TEST_COMPONENT_NAME_2) 339 controller.bindService(TEST_COMPONENT_NAME_2) 350 controller.bindService(TEST_COMPONENT_NAME_2)
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/ |
H A D | ExtrasProvisioningDataParserTest.java | 165 private static final ComponentName TEST_COMPONENT_NAME_2 = field in ExtrasProvisioningDataParserTest 463 when(mDpm.getDeviceOwnerComponentOnCallingUser()).thenReturn(TEST_COMPONENT_NAME_2); in testParse_managedProfileIntent_DeviceOwnerWithByodProvisioning()
|