HomeSort by relevance Sort by last modified time
    Searched refs:isProfileOwnerProvisioning (Results 1 - 2 of 2) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
PreProvisioningActivity.java 245 boolean isProfileOwnerProvisioning) {
247 if (isProfileOwnerProvisioning) {
274 if (mController.isProfileOwnerProvisioning()) {
334 if (!mController.isProfileOwnerProvisioning()) {
PreProvisioningController.java 153 * @param isProfileOwnerProvisioning whether we're provisioning a profile owner
155 void showUserConsentDialog(ProvisioningParams params, boolean isProfileOwnerProvisioning);
292 if (isProfileOwnerProvisioning()) {
419 public boolean isProfileOwnerProvisioning() {

Completed in 184 milliseconds