Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java40 private final boolean mTelephonyDetectionSupported; field in ConfigurationInternal
49 mTelephonyDetectionSupported = builder.mTelephonyDetectionSupported; in ConfigurationInternal()
61 return mTelephonyDetectionSupported || mGeoDetectionSupported; in isAutoDetectionSupported()
66 return mTelephonyDetectionSupported; in isTelephonyDetectionSupported()
217 && mTelephonyDetectionSupported == that.mTelephonyDetectionSupported in equals()
226 return Objects.hash(mUserId, mUserConfigAllowed, mTelephonyDetectionSupported, in hashCode()
236 + ", mTelephonyDetectionSupported=" + mTelephonyDetectionSupported in toString()
252 private boolean mTelephonyDetectionSupported; field in ConfigurationInternal.Builder
271 this.mTelephonyDetectionSupported = toCopy.mTelephonyDetectionSupported; in Builder()
290 mTelephonyDetectionSupported = supported; in setTelephonyDetectionFeatureSupported()