Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timedetector/
H A DConfigurationInternal.java38 private final boolean mAutoDetectionEnabled; field in ConfigurationInternal
43 mAutoDetectionEnabled = builder.mAutoDetectionEnabled; in ConfigurationInternal()
53 .setAutoDetectionEnabled(mAutoDetectionEnabled) in timeConfiguration()
82 && mAutoDetectionEnabled == that.mAutoDetectionEnabled; in equals()
87 return Objects.hash(mUserId, mUserConfigAllowed, mAutoDetectionEnabled); in hashCode()
95 + ", mAutoDetectionEnabled=" + mAutoDetectionEnabled in toString()
102 private boolean mAutoDetectionEnabled; field in ConfigurationInternal.Builder
114 mAutoDetectionEnabled = autoDetectionEnabled; in setAutoDetectionEnabled()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java42 private final boolean mAutoDetectionEnabled; field in ConfigurationInternal
51 mAutoDetectionEnabled = builder.mAutoDetectionEnabled; in ConfigurationInternal()
76 return mAutoDetectionEnabled; in getAutoDetectionEnabledSetting()
84 return isAutoDetectionSupported() && mAutoDetectionEnabled; in getAutoDetectionEnabledBehavior()
157 } else if (!mAutoDetectionEnabled || !isLocationEnabled()) { in asCapabilities()
219 && mAutoDetectionEnabled == that.mAutoDetectionEnabled in equals()
227 mGeoDetectionSupported, mAutoDetectionEnabled, mLocationEnabled, in hashCode()
238 + ", mAutoDetectionEnabled=" + mAutoDetectionEnabled in toString()
254 private boolean mAutoDetectionEnabled; field in ConfigurationInternal.Builder
273 this.mAutoDetectionEnabled = toCopy.mAutoDetectionEnabled; in Builder()
[all …]