Searched refs:mHasInitialValue (Results 1 – 2 of 2) sorted by relevance
86 protected final boolean mHasInitialValue; field in SettingsSession106 mHasInitialValue = hasInitialValue; in SettingsSession()109 + (mHasInitialValue ? " value=" + mInitialValue : " undefined")); in SettingsSession()140 if (mHasInitialValue) { in close()
572 if (!mHasInitialValue || mInitialValue == null) { in removeExisting()