Home
last modified time | relevance | path

Searched refs:keepAccountMigrated (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DDpcReceivedSuccessReceiver.java50 boolean keepAccountMigrated, UserHandle managedUserHandle, String mdmPackageName) { in DpcReceivedSuccessReceiver() argument
51 this(migratedAccount, keepAccountMigrated, managedUserHandle, mdmPackageName, new Utils()); in DpcReceivedSuccessReceiver()
55 DpcReceivedSuccessReceiver(Account migratedAccount, boolean keepAccountMigrated, in DpcReceivedSuccessReceiver() argument
58 mKeepAccountMigrated = keepAccountMigrated; in DpcReceivedSuccessReceiver()
DFinalizationController.java157 params.keepAccountMigrated, managedUserHandle, in notifyDpcManagedProfile()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java146 public final boolean keepAccountMigrated; field in ProvisioningParams
233 keepAccountMigrated = builder.mKeepAccountMigrated; in ProvisioningParams()
278 bundle.putBoolean(EXTRA_PROVISIONING_KEEP_ACCOUNT_ON_MIGRATION, keepAccountMigrated); in toPersistableBundle()
535 public Builder setKeepAccountMigrated(boolean keepAccountMigrated) { in setKeepAccountMigrated() argument
536 mKeepAccountMigrated = keepAccountMigrated; in setKeepAccountMigrated()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
DExtrasProvisioningDataParser.java215 final boolean keepAccountMigrated = isManagedProfileAction in parseMinimalistSupportedProvisioningDataInternal()
266 .setKeepAccountMigrated(keepAccountMigrated) in parseMinimalistSupportedProvisioningDataInternal()