Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DManagedProfileProvisioningParams.java50 @Nullable private final Account mAccountToMigrate; field in ManagedProfileProvisioningParams
68 this.mAccountToMigrate = accountToMigrate; in ManagedProfileProvisioningParams()
105 return mAccountToMigrate; in getAccountToMigrate()
152 /* value= */ mAccountToMigrate != null); in logParams()
172 @Nullable private Account mAccountToMigrate; field in ManagedProfileProvisioningParams.Builder
216 this.mAccountToMigrate = accountToMigrate; in setAccountToMigrate()
274 mAccountToMigrate, in build()
296 + ", mAccountToMigrate=" + (mAccountToMigrate == null ? "null" : mAccountToMigrate) in toString()
309 dest.writeTypedObject(mAccountToMigrate, flags); in writeToParcel()