Searched refs:mIsDirty (Results 1 – 3 of 3) sorted by relevance
39 private boolean mIsDirty; field in BackupIdRow66 private boolean mIsDirty; field in BackupIdRow.Builder142 this.mIsDirty = isDirty; in setIsDirty()154 backupIdRow.mIsDirty = this.mIsDirty; in build()201 return mIsDirty; in getIsDirty()218 ", mIsDirty=" + mIsDirty + in toString()232 && mIsTrashed == that.mIsTrashed && mIsDirty == that.mIsDirty in equals()240 return Objects.hash(mId, mIsFavorite, mIsPending, mIsTrashed, mIsDirty, mOwnerPackageId, in hashCode()
58 private boolean mIsDirty; field in ContactsTransaction75 mIsDirty = false; in ContactsTransaction()83 return mIsDirty; in isDirty()87 mIsDirty = true; in markDirty()208 mIsDirty = false; in finish()
82 private boolean mIsDirty = false; field in ItemFocusIndicatorHelper139 if (mIsDirty) { in invalidateDirty()141 mIsDirty = false; in invalidateDirty()176 mIsDirty = true; in draw()