Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java58 private final boolean mTelephonyDetectionSupported; field in ConfigurationInternal
70 mTelephonyDetectionSupported = builder.mTelephonyDetectionSupported; in ConfigurationInternal()
85 return mTelephonyDetectionSupported || mGeoDetectionSupported; in isAutoDetectionSupported()
90 return mTelephonyDetectionSupported; in isTelephonyDetectionSupported()
324 && mTelephonyDetectionSupported == that.mTelephonyDetectionSupported in equals()
336 return Objects.hash(mUserId, mUserConfigAllowed, mTelephonyDetectionSupported, in hashCode()
347 + ", mTelephonyDetectionSupported=" + mTelephonyDetectionSupported in toString()
365 private boolean mTelephonyDetectionSupported; field in ConfigurationInternal.Builder
385 this.mTelephonyDetectionSupported = toCopy.mTelephonyDetectionSupported; in Builder()
415 mTelephonyDetectionSupported = supported; in setTelephonyDetectionFeatureSupported()