Searched refs:mExists (Results 1 – 1 of 1) sorted by relevance
108 @ExistenceChange private int mExists = NONE; field in ZenModeDiff.BaseDiff135 mExists = ADDED; in BaseDiff()141 mExists = REMOVED; in BaseDiff()161 return mExists == ADDED; in wasAdded()168 return mExists == REMOVED; in wasRemoved()175 return mExists != NONE; in hasExistenceChange()