Searched refs:mIsDirty (Results 1 – 4 of 4) sorted by relevance
46 mInMutation(false), mIsDirty(false), mIsInitialized(false) in StateQueue()86 mIsDirty = true; in end()106 if (mIsDirty) { in push()151 mIsDirty = false; in push()
170 bool isDirty() const { return mIsDirty; } in isDirty()197 bool mIsDirty; // whether mutating state has been modified since last push variable
335 protected boolean mIsDirty = false; field in BackingStore.Backing397 mIsDirty = true; in markDirty()401 return mIsDirty; in isDirty()447 mIsDirty = false; in syncTo()528 mIsDirty = false; in syncTo()621 mIsDirty = false; in syncTo()743 mIsDirty = false; in syncTo()871 mIsDirty = false; in syncTo()
298 private final AtomicBoolean mIsDirty = new AtomicBoolean(false); field in SettingsProvider.SettingsFileObserver318 if (!mIsDirty.compareAndSet(false, true)) { in onEvent()325 mIsDirty.set(false); in onEvent()