Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DProvisioningActivity.java304 if (mUtils.isProfileOwnerAction(mParams.provisioningAction)) {
421 final boolean isProfileOwnerAction =
422 mUtils.isProfileOwnerAction(mParams.provisioningAction);
423 if (isProfileOwnerAction) {
DProvisioningActivityBridgeImpl.java69 boolean isPoProvisioning = getUtils().isProfileOwnerAction(getParams().provisioningAction); in initiateUi()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DEncryptDeviceActivity.java55 if (getUtils().isProfileOwnerAction(mParams.provisioningAction)) { in onCreate()
DEncryptionController.java196 if (mUtils.isProfileOwnerAction(action)) { in resumeProvisioningInternal()
DPreProvisioningActivityController.java805 return mUtils.isProfileOwnerAction(mViewModel.getParams().provisioningAction); in isProfileOwnerProvisioning()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/consent/
DConsentUiHelperImpl.java68 if (mUtils.isProfileOwnerAction(uiParams.provisioningAction)) { in initiateUi()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java464 public final boolean isProfileOwnerAction(String action) { in isProfileOwnerAction() method in Utils