Home
last modified time | relevance | path

Searched refs:TEST_MDM_PACKAGE (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
H A DPreProvisioningActivityControllerTest.java114 private static final String TEST_MDM_PACKAGE = "com.test.mdm"; field in PreProvisioningActivityControllerTest
266 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 …]
H A DEncryptionControllerTest.java53 private static final String TEST_MDM_PACKAGE = "com.admin.test"; field in EncryptionControllerTest
154 .setDeviceAdminPackageName(TEST_MDM_PACKAGE) in createProvisioningParams()