Searched refs:mIsTrashed (Results 1 – 3 of 3) sorted by relevance
38 private int mIsTrashed; field in BackupIdRow65 private int mIsTrashed; field in BackupIdRow.Builder96 this.mIsTrashed = isTrashed; in setIsTrashed()153 backupIdRow.mIsTrashed = this.mIsTrashed; in build()185 return mIsTrashed; in getIsTrashed()217 ", mIsTrashed=" + mIsTrashed + in toString()232 && mIsTrashed == that.mIsTrashed && mIsDirty == that.mIsDirty in equals()240 return Objects.hash(mId, mIsFavorite, mIsPending, mIsTrashed, mIsDirty, mOwnerPackageId, in hashCode()
29 private boolean mIsTrashed; field in FileRow44 private boolean mIsTrashed; field in FileRow.Builder85 mIsTrashed = trashed; in setIsTrashed()117 fileRow.mIsTrashed = this.mIsTrashed; in build()164 return mIsTrashed; in isTrashed()
28 private final boolean mIsTrashed; field in FileAccessAttributes38 this.mIsTrashed = isTrashed; in FileAccessAttributes()56 mIsPending, mIsTrashed, mOwnerId); in toString()72 return this.mIsTrashed; in isTrashed()