Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DManagedProfileProvisioningParams.java53 private final boolean mKeepAccountOnMigration; field in ManagedProfileProvisioningParams
71 this.mKeepAccountOnMigration = keepAccountOnMigration; in ManagedProfileProvisioningParams()
127 return mKeepAccountOnMigration; in isKeepingAccountOnMigration()
150 logParam(callerPackage, KEEP_MIGRATED_ACCOUNT_PARAM, mKeepAccountOnMigration); in logParams()
299 + ", mKeepAccountOnMigration=" + mKeepAccountOnMigration in toString()
312 dest.writeBoolean(mKeepAccountOnMigration); in writeToParcel()