Searched refs:mAccountToMigrate (Results 1 – 1 of 1) sorted by relevance
50 @Nullable private final Account mAccountToMigrate; field in ManagedProfileProvisioningParams68 this.mAccountToMigrate = accountToMigrate; in ManagedProfileProvisioningParams()105 return mAccountToMigrate; in getAccountToMigrate()152 /* value= */ mAccountToMigrate != null); in logParams()172 @Nullable private Account mAccountToMigrate; field in ManagedProfileProvisioningParams.Builder216 this.mAccountToMigrate = accountToMigrate; in setAccountToMigrate()274 mAccountToMigrate, in build()296 + ", mAccountToMigrate=" + (mAccountToMigrate == null ? "null" : mAccountToMigrate) in toString()309 dest.writeTypedObject(mAccountToMigrate, flags); in writeToParcel()