Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java61 private final boolean mGeoDetectionRunInBackgroundEnabled; field in ConfigurationInternal
73 mGeoDetectionRunInBackgroundEnabled = builder.mGeoDetectionRunInBackgroundEnabled; in ConfigurationInternal()
113 return mGeoDetectionRunInBackgroundEnabled; in getGeoDetectionRunInBackgroundEnabledSetting()
327 && mGeoDetectionRunInBackgroundEnabled == that.mGeoDetectionRunInBackgroundEnabled in equals()
338 mGeoDetectionRunInBackgroundEnabled, mEnhancedMetricsCollectionEnabled, in hashCode()
350 + ", mGeoDetectionRunInBackgroundEnabled=" + mGeoDetectionRunInBackgroundEnabled in toString()
368 private boolean mGeoDetectionRunInBackgroundEnabled; field in ConfigurationInternal.Builder
388 this.mGeoDetectionRunInBackgroundEnabled = toCopy.mGeoDetectionRunInBackgroundEnabled; in Builder()
442 mGeoDetectionRunInBackgroundEnabled = enabled; in setGeoDetectionRunInBackgroundEnabled()