Searched refs:mGeoDetectionEnabledSetting (Results 1 – 1 of 1) sorted by relevance
67 private final boolean mGeoDetectionEnabledSetting; field in ConfigurationInternal80 mGeoDetectionEnabledSetting = builder.mGeoDetectionEnabledSetting; in ConfigurationInternal()166 return mGeoDetectionEnabledSetting; in getGeoDetectionEnabledSetting()331 && mGeoDetectionEnabledSetting == that.mGeoDetectionEnabledSetting; in equals()339 mAutoDetectionEnabledSetting, mLocationEnabledSetting, mGeoDetectionEnabledSetting); in hashCode()354 + ", mGeoDetectionEnabledSetting=" + mGeoDetectionEnabledSetting in toString()372 private boolean mGeoDetectionEnabledSetting; field in ConfigurationInternal.Builder392 this.mGeoDetectionEnabledSetting = toCopy.mGeoDetectionEnabledSetting; in Builder()474 mGeoDetectionEnabledSetting = enabled; in setGeoDetectionEnabledSetting()