Searched refs:isProfileOwnerAction (Results 1 – 6 of 6) sorted by relevance
58 boolean isProfileOwner = utils.isProfileOwnerAction(params.provisioningAction); in createInstance()
58 if (getUtils().isProfileOwnerAction(mParams.provisioningAction)) { in onCreate()
174 if (mUtils.isProfileOwnerAction(action)) { in resumeProvisioning()
567 return mUtils.isProfileOwnerAction(mParams.provisioningAction); in isProfileOwnerProvisioning()
78 if (mUtils.isProfileOwnerAction(mProvisioningParams.provisioningAction)) { in run()
487 public final boolean isProfileOwnerAction(String action) { in isProfileOwnerAction() method in Utils