Searched refs:accountToMigrate (Results 1 – 4 of 4) sorted by relevance
90 Account accountToMigrate = mProvisioningParams.accountToMigrate; in maybeCopyAccount() local94 if (accountToMigrate == null) { in maybeCopyAccount()107 accountToMigrate, in maybeCopyAccount()
145 public final Account accountToMigrate; field in ProvisioningParams233 accountToMigrate = builder.mAccountToMigrate; in ProvisioningParams()268 bundle.putPersistableBundle(EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE, accountToMigrate == null in toPersistableBundle()269 ? null : accountToPersistableBundle(accountToMigrate)); in toPersistableBundle()488 public Builder setAccountToMigrate(Account accountToMigrate) { in setAccountToMigrate() argument489 mAccountToMigrate = accountToMigrate; in setAccountToMigrate()
80 if (mParams.accountToMigrate != null) { in setUpTasks()
156 new DpcReceivedSuccessReceiver(params.accountToMigrate, in notifyDpcManagedProfile()