Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java60 private final boolean mTelephonyFallbackSupported; field in ConfigurationInternal
72 mTelephonyFallbackSupported = builder.mTelephonyFallbackSupported; in ConfigurationInternal()
103 return mTelephonyFallbackSupported; in isTelephonyFallbackSupported()
326 && mTelephonyFallbackSupported == that.mTelephonyFallbackSupported in equals()
337 mGeoDetectionSupported, mTelephonyFallbackSupported, in hashCode()
349 + ", mTelephonyFallbackSupported=" + mTelephonyFallbackSupported in toString()
367 private boolean mTelephonyFallbackSupported; field in ConfigurationInternal.Builder
386 this.mTelephonyFallbackSupported = toCopy.mTelephonyFallbackSupported; in Builder()
432 mTelephonyFallbackSupported = supported; in setTelephonyFallbackSupported()