Home
last modified time | relevance | path

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

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DConfigurationInternalTest.java87 assertEquals(DETECTION_MODE_GEO, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
121 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
154 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
212 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
241 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
268 assertEquals(DETECTION_MODE_MANUAL, autoOffConfig.getDetectionMode()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
320 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
351 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
406 assertEquals(DETECTION_MODE_GEO, config.getDetectionMode()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
440 assertEquals(DETECTION_MODE_UNKNOWN, config.getDetectionMode()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
[all …]
DMetricsTimeZoneDetectorStateTest.java172 assertEquals(DETECTION_MODE_GEO, metricsTimeZoneDetectorState.getDetectionMode()); in assertCommonConfiguration()
DTimeZoneDetectorStrategyImplTest.java1645 assertEquals(expectedDetectionMode, actualState.getDetectionMode()); in assertFeatureStateMatchesConfig()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java173 public @DetectionMode int getDetectionMode() { in getDetectionMode() method in ConfigurationInternal
215 return getDetectionMode() == DETECTION_MODE_GEO in isGeoDetectionExecutionEnabled()
DMetricsTimeZoneDetectorState.java166 public @DetectionMode int getDetectionMode() { in getDetectionMode() method in MetricsTimeZoneDetectorState
167 switch (mConfigurationInternal.getDetectionMode()) { in getDetectionMode()
DTimeZoneDetectorStrategyImpl.java607 @DetectionMode int detectionMode = currentUserConfig.getDetectionMode();
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderControllerTest.java1550 assertEquals(DETECTION_MODE_MANUAL, autoTimeZoneDisabledConfig.getDetectionMode()); in geoDetectionRunInBackground_obeysAutoDetectionDisabled()
1587 assertEquals(DETECTION_MODE_TELEPHONY, runInBackgroundEnabledConfig.getDetectionMode()); in geoDetectionRunInBackground()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3738 convertToMetricsDetectionMode(metricsState.getDetectionMode()),
/frameworks/base/services/
Dart-wear-profile23548 PLcom/android/server/timezonedetector/ConfigurationInternal;->getDetectionMode()I