Home
last modified time | relevance | path

Searched refs:mKeepAccountMigrated (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/admin/
H A DManagedProfileProvisioningParams.java51 private final boolean mKeepAccountMigrated; field in ManagedProfileProvisioningParams
68 this.mKeepAccountMigrated = keepAccountMigrated; in ManagedProfileProvisioningParams()
100 return mKeepAccountMigrated; in isKeepAccountMigrated()
112 logParam(callerPackage, KEEP_MIGRATED_ACCOUNT_PARAM, mKeepAccountMigrated); in logParams()
137 private boolean mKeepAccountMigrated; field in ManagedProfileProvisioningParams.Builder
208 this.mKeepAccountMigrated = keepAccountMigrated; in setKeepAccountMigrated()
226 mKeepAccountMigrated); in build()
244 + ", mKeepAccountMigrated=" + mKeepAccountMigrated in toString()
256 dest.writeBoolean(mKeepAccountMigrated); in writeToParcel()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
H A DProvisioningParams.java375 keepAccountMigrated = builder.mKeepAccountMigrated; in ProvisioningParams()
613 private boolean mKeepAccountMigrated = DEFAULT_EXTRA_PROVISIONING_KEEP_ACCOUNT_MIGRATED; field in ProvisioningParams.Builder
733 mKeepAccountMigrated = keepAccountMigrated; in setKeepAccountMigrated()