Searched refs:isGeoDetectionSupported (Results 1 – 7 of 7) sorted by relevance
94 public boolean isGeoDetectionSupported() { in isGeoDetectionSupported() method in ConfigurationInternal195 if (isGeoDetectionSupported() && getLocationEnabledSetting()) { in getGeoDetectionEnabledBehavior()220 return isGeoDetectionSupported() in getGeoDetectionRunInBackgroundEnabledBehavior()249 boolean deviceHasLocationTimeZoneDetection = isGeoDetectionSupported(); in asCapabilities()
124 public boolean isGeoDetectionSupported() { in isGeoDetectionSupported() method in MetricsTimeZoneDetectorState125 return mConfigurationInternal.isGeoDetectionSupported(); in isGeoDetectionSupported()
573 return mCurrentConfigurationInternal.isGeoDetectionSupported();1071 } else if (!currentConfigurationInternal.isGeoDetectionSupported()) { in createLocationAlgorithmStatus()
157 assertEquals(configurationInternal.isGeoDetectionSupported(), in assertCommonConfiguration()158 metricsTimeZoneDetectorState.isGeoDetectionSupported()); in assertCommonConfiguration()
1638 assertEquals(config.isGeoDetectionSupported(), actualState.isGeoDetectionSupported()); in assertFeatureStateMatchesConfig()
3734 metricsState.isGeoDetectionSupported(),
23550 PLcom/android/server/timezonedetector/ConfigurationInternal;->isGeoDetectionSupported()Z