Home
last modified time | relevance | path

Searched refs:isProfileOwnerAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
DEncryptDeviceActivity.java51 if (mUtils.isProfileOwnerAction(mParams.provisioningAction)) { in onCreate()
DEncryptionController.java164 if (mUtils.isProfileOwnerAction(action)) { in resumeProvisioning()
DPreProvisioningController.java200 mIsProfileOwnerProvisioning = mUtils.isProfileOwnerAction(mParams.provisioningAction); in initiateProvisioning()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java650 public final boolean isProfileOwnerAction(String action) { in isProfileOwnerAction() method in Utils