Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java46 private final boolean mGeoDetectionEnabled; field in ConfigurationInternal
56 mGeoDetectionEnabled = builder.mGeoDetectionEnabled; in ConfigurationInternal()
110 return mGeoDetectionEnabled; in getGeoDetectionEnabledSetting()
221 && mGeoDetectionEnabled == that.mGeoDetectionEnabled; in equals()
228 mGeoDetectionEnabled); in hashCode()
240 + ", mGeoDetectionEnabled=" + mGeoDetectionEnabled in toString()
256 private boolean mGeoDetectionEnabled; field in ConfigurationInternal.Builder
275 this.mGeoDetectionEnabled = toCopy.mGeoDetectionEnabled; in Builder()
322 mGeoDetectionEnabled = enabled; in setGeoDetectionEnabled()