Searched refs:mHasInitialValue (Results 1 – 2 of 2) sorted by relevance
84 protected final boolean mHasInitialValue; field in SettingsSession104 mHasInitialValue = hasInitialValue; in SettingsSession()107 + (mHasInitialValue ? " value=" + mInitialValue : " undefined")); in SettingsSession()129 if (mHasInitialValue) { in close()
759 if (!mHasInitialValue || mInitialValue == null) { in removeExisting()