Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java59 private final boolean mGeoDetectionSupported; field in ConfigurationInternal
71 mGeoDetectionSupported = builder.mGeoDetectionSupported; in ConfigurationInternal()
85 return mTelephonyDetectionSupported || mGeoDetectionSupported; in isAutoDetectionSupported()
95 return mGeoDetectionSupported; in isGeoDetectionSupported()
325 && mGeoDetectionSupported == that.mGeoDetectionSupported in equals()
337 mGeoDetectionSupported, mTelephonyFallbackSupported, in hashCode()
348 + ", mGeoDetectionSupported=" + mGeoDetectionSupported in toString()
366 private boolean mGeoDetectionSupported; field in ConfigurationInternal.Builder
387 this.mGeoDetectionSupported = toCopy.mGeoDetectionSupported; in Builder()
423 mGeoDetectionSupported = supported; in setGeoDetectionFeatureSupported()