Searched refs:TEST_MDM_COMPONENT_NAME (Results 1 – 2 of 2) 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()
104 private static final ComponentName TEST_MDM_COMPONENT_NAME = new ComponentName(TEST_MDM_PACKAGE, field in PreProvisioningActivityControllerTest1260 .thenReturn(TEST_MDM_COMPONENT_NAME); in prepareMocksForManagedProfileIntent()1346 .setDeviceAdminComponentName(TEST_MDM_COMPONENT_NAME); in createProvisioningParamsBuilder()