Searched refs:mTelephonyDetectionSupported (Results 1 – 1 of 1) sorted by relevance
40 private final boolean mTelephonyDetectionSupported; field in ConfigurationInternal49 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.Builder271 this.mTelephonyDetectionSupported = toCopy.mTelephonyDetectionSupported; in Builder()290 mTelephonyDetectionSupported = supported; in setTelephonyDetectionFeatureSupported()