Searched refs:TEST_MDM_COMPONENT_NAME (Results 1 – 3 of 3) sorted by relevance
57 private static final ComponentName TEST_MDM_COMPONENT_NAME = new ComponentName( field in NonRequiredAppsLogicTest85 eq(mContext), eq(TEST_USER_ID))).thenReturn(TEST_MDM_COMPONENT_NAME); in setUp()231 when(mDevicePolicyManager.getDisallowedSystemApps(TEST_MDM_COMPONENT_NAME, TEST_USER_ID, in setNonRequiredApps()253 .setDeviceAdminComponentName(TEST_MDM_COMPONENT_NAME); in createParamsBuilder()
76 private static final ComponentName TEST_MDM_COMPONENT_NAME = new ComponentName( field in OverlayPackagesProviderTest370 assertThat(mHelper.getNonRequiredApps(TEST_MDM_COMPONENT_NAME, TEST_USER_ID, action)) in verifyAppsAreNonRequired()
116 private static final ComponentName TEST_MDM_COMPONENT_NAME = new ComponentName(TEST_MDM_PACKAGE, field in PreProvisioningActivityControllerTest1563 .thenReturn(TEST_MDM_COMPONENT_NAME); in prepareMocksForManagedProfileIntent()1648 .setDeviceAdminComponentName(TEST_MDM_COMPONENT_NAME); in createProvisioningParamsBuilder()