Searched refs:keepAccountMigrated (Results 1 – 5 of 5) sorted by relevance
223 public final boolean keepAccountMigrated; field in ProvisioningParams408 keepAccountMigrated = builder.mKeepAccountMigrated; in ProvisioningParams()468 bundle.putBoolean(EXTRA_PROVISIONING_KEEP_ACCOUNT_ON_MIGRATION, keepAccountMigrated); in toPersistableBundle()796 public Builder setKeepAccountMigrated(boolean keepAccountMigrated) { in setKeepAccountMigrated() argument797 mKeepAccountMigrated = keepAccountMigrated; in setKeepAccountMigrated()
129 .setKeepingAccountOnMigration(mProvisioningParams.keepAccountMigrated) in buildManagedProfileProvisioningParams()
524 final boolean keepAccountMigrated = isManagedProfileAction in parseMinimalistSupportedProvisioningDataInternal()569 .setKeepAccountMigrated(keepAccountMigrated) in parseMinimalistSupportedProvisioningDataInternal()
1512 assertThat(mController.getParams().keepAccountMigrated).isTrue(); in testUpdateProvisioningParamsFromIntent_managedProfileModeWithAccountMigratedExtraTrue_setsParamToTrue()1525 assertThat(mController.getParams().keepAccountMigrated).isFalse(); in testUpdateProvisioningParamsFromIntent_managedProfileModeWithAccountMigratedExtraFalse_setsParamToFalse()1537 assertThat(mController.getParams().keepAccountMigrated).isFalse(); in testUpdateProvisioningParamsFromIntent_managedProfileMode_accountMigratedIsFalse()1550 assertThat(mController.getParams().keepAccountMigrated).isFalse(); in testUpdateProvisioningParamsFromIntent_managedDeviceModeWithAccountMigratedExtraTrue_accountMigratedIsFalse()
756 final boolean keepAccountMigrated = resultIntent.getBooleanExtra( in maybeUpdateKeepAccountMigrated()759 builder.setKeepAccountMigrated(keepAccountMigrated); in maybeUpdateKeepAccountMigrated()