Searched refs:TEST_MDM_PACKAGE (Results 1 – 2 of 2) sorted by relevance
114 private static final String TEST_MDM_PACKAGE = "com.test.mdm"; field in PreProvisioningActivityControllerTest266 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE)); in testManagedProfile()282 ACTION_PROVISION_MANAGED_PROFILE, TEST_MDM_PACKAGE)) in testManagedProfile_provisioningNotAllowed()285 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE); in testManagedProfile_provisioningNotAllowed()320 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE)); in testManagedProfile_withEncryption()354 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE)); in testManagedProfile_badLauncher()383 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE); in testManagedProfile_frp()422 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE)); in testManagedProfile_skipEncryption()444 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE)); in testManagedProfile_encryptionNotSupported()1538 mController.initiateProvisioning(mIntent, TEST_MDM_PACKAGE); in testInitiateProvisioning_withActionProvisionManagedDevice_failsSilently()[all …]
53 private static final String TEST_MDM_PACKAGE = "com.admin.test"; field in EncryptionControllerTest154 .setDeviceAdminPackageName(TEST_MDM_PACKAGE) in createProvisioningParams()