Searched refs:isProfileOwnerAction (Results 1 – 7 of 7) sorted by relevance
304 if (mUtils.isProfileOwnerAction(mParams.provisioningAction)) {421 final boolean isProfileOwnerAction =422 mUtils.isProfileOwnerAction(mParams.provisioningAction);423 if (isProfileOwnerAction) {
69 boolean isPoProvisioning = getUtils().isProfileOwnerAction(getParams().provisioningAction); in initiateUi()
55 if (getUtils().isProfileOwnerAction(mParams.provisioningAction)) { in onCreate()
196 if (mUtils.isProfileOwnerAction(action)) { in resumeProvisioningInternal()
805 return mUtils.isProfileOwnerAction(mViewModel.getParams().provisioningAction); in isProfileOwnerProvisioning()
68 if (mUtils.isProfileOwnerAction(uiParams.provisioningAction)) { in initiateUi()
464 public final boolean isProfileOwnerAction(String action) { in isProfileOwnerAction() method in Utils