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