Searched refs:mAutoDetectionEnabledSetting (Results 1 – 2 of 2) sorted by relevance
63 private final boolean mAutoDetectionEnabledSetting; field in ConfigurationInternal75 mAutoDetectionEnabledSetting = builder.mAutoDetectionEnabledSetting; in ConfigurationInternal()127 return mAutoDetectionEnabledSetting; in getAutoDetectionEnabledSetting()264 } else if (!mAutoDetectionEnabledSetting || !getLocationEnabledSetting()) { in asCapabilities()329 && mAutoDetectionEnabledSetting == that.mAutoDetectionEnabledSetting in equals()339 mAutoDetectionEnabledSetting, mLocationEnabledSetting, mGeoDetectionEnabledSetting); in hashCode()352 + ", mAutoDetectionEnabledSetting=" + mAutoDetectionEnabledSetting in toString()370 private boolean mAutoDetectionEnabledSetting; field in ConfigurationInternal.Builder390 this.mAutoDetectionEnabledSetting = toCopy.mAutoDetectionEnabledSetting; in Builder()458 mAutoDetectionEnabledSetting = enabled; in setAutoDetectionEnabledSetting()
54 private final boolean mAutoDetectionEnabledSetting; field in ConfigurationInternal67 mAutoDetectionEnabledSetting = builder.mAutoDetectionEnabledSetting; in ConfigurationInternal()136 return mAutoDetectionEnabledSetting; in getAutoDetectionEnabledSetting()144 return isAutoDetectionSupported() && mAutoDetectionEnabledSetting; in getAutoDetectionEnabledBehavior()244 && mAutoDetectionEnabledSetting == that.mAutoDetectionEnabledSetting in equals()257 int result = Objects.hash(mAutoDetectionSupported, mAutoDetectionEnabledSetting, mUserId, in hashCode()283 + ", mAutoDetectionEnabled=" + mAutoDetectionEnabledSetting in toString()297 private boolean mAutoDetectionEnabledSetting; field in ConfigurationInternal.Builder318 this.mAutoDetectionEnabledSetting = toCopy.mAutoDetectionEnabledSetting; in Builder()371 mAutoDetectionEnabledSetting = autoDetectionEnabledSetting; in setAutoDetectionEnabledSetting()