Searched refs:mGeoDetectionSupported (Results 1 – 1 of 1) sorted by relevance
59 private final boolean mGeoDetectionSupported; field in ConfigurationInternal71 mGeoDetectionSupported = builder.mGeoDetectionSupported; in ConfigurationInternal()85 return mTelephonyDetectionSupported || mGeoDetectionSupported; in isAutoDetectionSupported()95 return mGeoDetectionSupported; in isGeoDetectionSupported()325 && mGeoDetectionSupported == that.mGeoDetectionSupported in equals()337 mGeoDetectionSupported, mTelephonyFallbackSupported, in hashCode()348 + ", mGeoDetectionSupported=" + mGeoDetectionSupported in toString()366 private boolean mGeoDetectionSupported; field in ConfigurationInternal.Builder387 this.mGeoDetectionSupported = toCopy.mGeoDetectionSupported; in Builder()423 mGeoDetectionSupported = supported; in setGeoDetectionFeatureSupported()