Home
last modified time | relevance | path

Searched refs:mBootFlagValue (Results 1 – 1 of 1) sorted by relevance

/system/server_configurable_flags/aconfigd/srcs/
DAconfigdFlagInfo.java28 private String mBootFlagValue; field in AconfigdFlagInfo
43 mBootFlagValue = builder.mBootFlagValue; in AconfigdFlagInfo()
44 if (mBootFlagValue == null) { in AconfigdFlagInfo()
71 return mBootFlagValue; in getBootFlagValue()
109 mBootFlagValue = mDefaultFlagValue == null ? mBootFlagValue : mDefaultFlagValue; in updateBootFlagValue()
111 mBootFlagValue = mServerFlagValue == null ? mBootFlagValue : mServerFlagValue; in updateBootFlagValue()
112 mBootFlagValue = mLocalFlagValue == null ? mBootFlagValue : mLocalFlagValue; in updateBootFlagValue()
129 && Objects.equals(mBootFlagValue, other.mBootFlagValue) in equals()
143 mBootFlagValue, in hashCode()
159 mBootFlagValue, in dump()
[all …]