Searched refs:isProfileOwnerAction (Results 1 – 9 of 9) sorted by relevance
310 if (mUtils.isProfileOwnerAction(mParams.provisioningAction)) {388 final boolean isProfileOwnerAction =389 mUtils.isProfileOwnerAction(mParams.provisioningAction);390 if (isProfileOwnerAction) {
77 boolean isPoProvisioning = getUtils().isProfileOwnerAction(getParams().provisioningAction); in initiateUi()
55 if (getUtils().isProfileOwnerAction(mParams.provisioningAction)) { in onCreate()
196 if (mUtils.isProfileOwnerAction(action)) { in resumeProvisioningInternal()
1041 return mUtils.isProfileOwnerAction(mViewModel.getParams().provisioningAction); in isProfileOwnerProvisioning()
75 if (mUtils.isProfileOwnerAction(uiParams.provisioningAction)) { in initiateUi()
75 boolean isPoProvisioning = getUtils().isProfileOwnerAction(getParams().provisioningAction); in initiateUi()
464 public final boolean isProfileOwnerAction(String action) { in isProfileOwnerAction() method in Utils