Searched refs:isProfileOwnerAction (Results 1 – 4 of 4) sorted by relevance
51 if (mUtils.isProfileOwnerAction(mParams.provisioningAction)) { in onCreate()
164 if (mUtils.isProfileOwnerAction(action)) { in resumeProvisioning()
200 mIsProfileOwnerProvisioning = mUtils.isProfileOwnerAction(mParams.provisioningAction); in initiateProvisioning()
650 public final boolean isProfileOwnerAction(String action) { in isProfileOwnerAction() method in Utils